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>
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;
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