7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/drs/model/JobLogEvent.h>
9#include <aws/drs/model/JobLogEventData.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
74 inline void SetLogDateTime(
const char* value) { m_logDateTimeHasBeenSet =
true; m_logDateTime.assign(value); }
82 bool m_eventHasBeenSet =
false;
85 bool m_eventDataHasBeenSet =
false;
88 bool m_logDateTimeHasBeenSet =
false;
JobLog & WithLogDateTime(const Aws::String &value)
JobLog & WithEventData(JobLogEventData &&value)
bool EventHasBeenSet() const
void SetLogDateTime(const char *value)
JobLog & WithEventData(const JobLogEventData &value)
JobLog & WithLogDateTime(const char *value)
const JobLogEvent & GetEvent() const
AWS_DRS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DRS_API JobLog & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LogDateTimeHasBeenSet() const
JobLog & WithEvent(JobLogEvent &&value)
AWS_DRS_API JobLog(Aws::Utils::Json::JsonView jsonValue)
void SetEventData(const JobLogEventData &value)
void SetLogDateTime(Aws::String &&value)
JobLog & WithLogDateTime(Aws::String &&value)
const Aws::String & GetLogDateTime() const
void SetEvent(const JobLogEvent &value)
void SetEventData(JobLogEventData &&value)
void SetLogDateTime(const Aws::String &value)
bool EventDataHasBeenSet() const
void SetEvent(JobLogEvent &&value)
const JobLogEventData & GetEventData() const
JobLog & WithEvent(const JobLogEvent &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue