7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECS_EXPORTS.h>
41 template <
typename AttachmentArnT = Aws::String>
43 m_attachmentArnHasBeenSet =
true;
44 m_attachmentArn = std::forward<AttachmentArnT>(value);
46 template <
typename AttachmentArnT = Aws::String>
59 template <
typename StatusT = Aws::String>
61 m_statusHasBeenSet =
true;
62 m_status = std::forward<StatusT>(value);
64 template <
typename StatusT = Aws::String>
74 bool m_attachmentArnHasBeenSet =
false;
75 bool m_statusHasBeenSet =
false;
AWS_ECS_API AttachmentStateChange()=default
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(StatusT &&value)
AttachmentStateChange & WithStatus(StatusT &&value)
const Aws::String & GetAttachmentArn() const
bool StatusHasBeenSet() const
AttachmentStateChange & WithAttachmentArn(AttachmentArnT &&value)
bool AttachmentArnHasBeenSet() const
AWS_ECS_API AttachmentStateChange(Aws::Utils::Json::JsonView jsonValue)
AWS_ECS_API AttachmentStateChange & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStatus() const
void SetAttachmentArn(AttachmentArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue