7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/Mgn_EXPORTS.h>
9#include <aws/mgn/model/JobLogEvent.h>
10#include <aws/mgn/model/JobLogEventData.h>
42 template <
typename LogDateTimeT = Aws::String>
44 m_logDateTimeHasBeenSet =
true;
45 m_logDateTime = std::forward<LogDateTimeT>(value);
47 template <
typename LogDateTimeT = Aws::String>
61 m_eventHasBeenSet =
true;
76 template <
typename EventDataT = JobLogEventData>
78 m_eventDataHasBeenSet =
true;
79 m_eventData = std::forward<EventDataT>(value);
81 template <
typename EventDataT = JobLogEventData>
92 JobLogEventData m_eventData;
93 bool m_logDateTimeHasBeenSet =
false;
94 bool m_eventHasBeenSet =
false;
95 bool m_eventDataHasBeenSet =
false;
JobLog & WithEventData(EventDataT &&value)
AWS_MGN_API JobLog(Aws::Utils::Json::JsonView jsonValue)
bool EventDataHasBeenSet() const
bool EventHasBeenSet() const
JobLogEvent GetEvent() const
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
const JobLogEventData & GetEventData() const
const Aws::String & GetLogDateTime() const
void SetEventData(EventDataT &&value)
AWS_MGN_API JobLog()=default
AWS_MGN_API JobLog & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEvent(JobLogEvent value)
void SetLogDateTime(LogDateTimeT &&value)
JobLog & WithEvent(JobLogEvent value)
JobLog & WithLogDateTime(LogDateTimeT &&value)
bool LogDateTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue