60 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
65 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
137 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
157 bool m_idHasBeenSet =
false;
160 bool m_createdAtHasBeenSet =
false;
163 bool m_messageHasBeenSet =
false;
bool MessageHasBeenSet() const
void SetId(Aws::String &&value)
ServiceEvent & WithMessage(Aws::String &&value)
void SetMessage(const Aws::String &value)
const Aws::String & GetMessage() const
const Aws::String & GetId() const
bool IdHasBeenSet() const
void SetMessage(const char *value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
ServiceEvent & WithId(const Aws::String &value)
ServiceEvent & WithMessage(const char *value)
ServiceEvent & WithId(Aws::String &&value)
bool CreatedAtHasBeenSet() const
ServiceEvent & WithMessage(const Aws::String &value)
AWS_ECS_API ServiceEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(const Aws::Utils::DateTime &value)
AWS_ECS_API ServiceEvent(Aws::Utils::Json::JsonView jsonValue)
ServiceEvent & WithCreatedAt(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
ServiceEvent & WithId(const char *value)
ServiceEvent & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetMessage(Aws::String &&value)
void SetId(const Aws::String &value)
AWS_ECS_API ServiceEvent()
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String