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>
58 template<
typename EventDataT = JobLogEventData>
59 void SetEventData(EventDataT&& value) { m_eventDataHasBeenSet =
true; m_eventData = std::forward<EventDataT>(value); }
60 template<
typename EventDataT = JobLogEventData>
70 template<
typename LogDateTimeT = Aws::String>
71 void SetLogDateTime(LogDateTimeT&& value) { m_logDateTimeHasBeenSet =
true; m_logDateTime = std::forward<LogDateTimeT>(value); }
72 template<
typename LogDateTimeT = Aws::String>
78 bool m_eventHasBeenSet =
false;
80 JobLogEventData m_eventData;
81 bool m_eventDataHasBeenSet =
false;
84 bool m_logDateTimeHasBeenSet =
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