7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
62 template<
typename CreatedAtT = Aws::Utils::DateTime>
72 template<
typename MessageT = Aws::String>
73 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
74 template<
typename MessageT = Aws::String>
80 bool m_idHasBeenSet =
false;
83 bool m_createdAtHasBeenSet =
false;
86 bool m_messageHasBeenSet =
false;
bool MessageHasBeenSet() const
AWS_ECS_API ServiceEvent()=default
const Aws::String & GetMessage() const
const Aws::String & GetId() const
bool IdHasBeenSet() const
ServiceEvent & WithCreatedAt(CreatedAtT &&value)
void SetMessage(MessageT &&value)
bool CreatedAtHasBeenSet() const
AWS_ECS_API ServiceEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceEvent & WithMessage(MessageT &&value)
ServiceEvent & WithId(IdT &&value)
AWS_ECS_API ServiceEvent(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedAt(CreatedAtT &&value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue