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