61 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
66 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
107 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
163 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
249 bool m_idHasBeenSet =
false;
252 bool m_typeHasBeenSet =
false;
255 bool m_statusHasBeenSet =
false;
258 bool m_detailsHasBeenSet =
false;
AWS_ECS_API Attachment(Aws::Utils::Json::JsonView jsonValue)
void SetId(Aws::String &&value)
const Aws::String & GetId() const
bool IdHasBeenSet() const
Attachment & WithId(const char *value)
bool StatusHasBeenSet() const
void SetDetails(const Aws::Vector< KeyValuePair > &value)
Attachment & AddDetails(const KeyValuePair &value)
Attachment & WithType(const Aws::String &value)
Attachment & WithStatus(const Aws::String &value)
bool DetailsHasBeenSet() const
Attachment & WithType(Aws::String &&value)
void SetId(const Aws::String &value)
Attachment & WithDetails(const Aws::Vector< KeyValuePair > &value)
void SetType(const Aws::String &value)
Attachment & WithStatus(const char *value)
void SetStatus(const Aws::String &value)
void SetStatus(const char *value)
bool TypeHasBeenSet() const
Attachment & WithDetails(Aws::Vector< KeyValuePair > &&value)
const Aws::String & GetType() const
Attachment & WithId(Aws::String &&value)
Attachment & AddDetails(KeyValuePair &&value)
void SetType(const char *value)
Attachment & WithType(const char *value)
const Aws::Vector< KeyValuePair > & GetDetails() const
void SetDetails(Aws::Vector< KeyValuePair > &&value)
void SetId(const char *value)
void SetType(Aws::String &&value)
const Aws::String & GetStatus() const
Attachment & WithId(const Aws::String &value)
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECS_API Attachment & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(Aws::String &&value)
Attachment & WithStatus(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector