7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
50 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
76 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
84 bool m_idHasBeenSet =
false;
87 bool m_createdAtHasBeenSet =
false;
90 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
Aws::Utils::Json::JsonValue JsonValue