7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/mgn/model/JobLogEvent.h>
9#include <aws/mgn/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 char *value)
JobLog & WithEventData(const JobLogEventData &value)
AWS_MGN_API JobLog(Aws::Utils::Json::JsonView jsonValue)
void SetEventData(const JobLogEventData &value)
bool EventDataHasBeenSet() const
bool EventHasBeenSet() const
JobLog & WithEvent(JobLogEvent &&value)
const JobLogEvent & GetEvent() const
void SetLogDateTime(Aws::String &&value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
const JobLogEventData & GetEventData() const
const Aws::String & GetLogDateTime() const
void SetEvent(JobLogEvent &&value)
JobLog & WithLogDateTime(Aws::String &&value)
void SetEvent(const JobLogEvent &value)
AWS_MGN_API JobLog & operator=(Aws::Utils::Json::JsonView jsonValue)
JobLog & WithEventData(JobLogEventData &&value)
JobLog & WithEvent(const JobLogEvent &value)
void SetEventData(JobLogEventData &&value)
JobLog & WithLogDateTime(const Aws::String &value)
void SetLogDateTime(const Aws::String &value)
void SetLogDateTime(const char *value)
bool LogDateTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue