7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/braket/model/JobEventType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
64 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
84 bool m_eventTypeHasBeenSet =
false;
87 bool m_messageHasBeenSet =
false;
90 bool m_timeOfEventHasBeenSet =
false;
void SetEventType(JobEventType &&value)
void SetMessage(const Aws::String &value)
const JobEventType & GetEventType() const
AWS_BRAKET_API JobEventDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
JobEventDetails & WithTimeOfEvent(const Aws::Utils::DateTime &value)
JobEventDetails & WithTimeOfEvent(Aws::Utils::DateTime &&value)
AWS_BRAKET_API JobEventDetails()
void SetMessage(const char *value)
AWS_BRAKET_API JobEventDetails(Aws::Utils::Json::JsonView jsonValue)
JobEventDetails & WithEventType(JobEventType &&value)
bool MessageHasBeenSet() const
void SetTimeOfEvent(const Aws::Utils::DateTime &value)
void SetMessage(Aws::String &&value)
bool EventTypeHasBeenSet() const
JobEventDetails & WithMessage(const Aws::String &value)
bool TimeOfEventHasBeenSet() const
void SetEventType(const JobEventType &value)
const Aws::Utils::DateTime & GetTimeOfEvent() const
JobEventDetails & WithMessage(Aws::String &&value)
JobEventDetails & WithEventType(const JobEventType &value)
AWS_BRAKET_API Aws::Utils::Json::JsonValue Jsonize() const
JobEventDetails & WithMessage(const char *value)
const Aws::String & GetMessage() const
void SetTimeOfEvent(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue