7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/braket/model/JobEventType.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 m_eventTypeHasBeenSet =
true;
60 template <
typename TimeOfEventT = Aws::Utils::DateTime>
62 m_timeOfEventHasBeenSet =
true;
63 m_timeOfEvent = std::forward<TimeOfEventT>(value);
65 template <
typename TimeOfEventT = Aws::Utils::DateTime>
79 template <
typename MessageT = Aws::String>
81 m_messageHasBeenSet =
true;
82 m_message = std::forward<MessageT>(value);
84 template <
typename MessageT = Aws::String>
96 bool m_eventTypeHasBeenSet =
false;
97 bool m_timeOfEventHasBeenSet =
false;
98 bool m_messageHasBeenSet =
false;
AWS_BRAKET_API JobEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BRAKET_API JobEventDetails()=default
AWS_BRAKET_API JobEventDetails(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
JobEventDetails & WithMessage(MessageT &&value)
bool EventTypeHasBeenSet() const
void SetTimeOfEvent(TimeOfEventT &&value)
JobEventType GetEventType() const
bool TimeOfEventHasBeenSet() const
void SetMessage(MessageT &&value)
const Aws::Utils::DateTime & GetTimeOfEvent() const
JobEventDetails & WithTimeOfEvent(TimeOfEventT &&value)
void SetEventType(JobEventType value)
JobEventDetails & WithEventType(JobEventType value)
AWS_BRAKET_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue