7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ecs/ECS_EXPORTS.h>
10#include <aws/ecs/model/KeyValuePair.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
62 template <
typename TypeT = Aws::String>
64 m_typeHasBeenSet =
true;
65 m_type = std::forward<TypeT>(value);
67 template <
typename TypeT = Aws::String>
69 SetType(std::forward<TypeT>(value));
83 template <
typename StatusT = Aws::String>
85 m_statusHasBeenSet =
true;
86 m_status = std::forward<StatusT>(value);
88 template <
typename StatusT = Aws::String>
108 template <
typename DetailsT = Aws::Vector<KeyValuePair>>
110 m_detailsHasBeenSet =
true;
111 m_details = std::forward<DetailsT>(value);
113 template <
typename DetailsT = Aws::Vector<KeyValuePair>>
118 template <
typename DetailsT = KeyValuePair>
120 m_detailsHasBeenSet =
true;
121 m_details.emplace_back(std::forward<DetailsT>(value));
133 bool m_idHasBeenSet =
false;
134 bool m_typeHasBeenSet =
false;
135 bool m_statusHasBeenSet =
false;
136 bool m_detailsHasBeenSet =
false;
AWS_ECS_API Attachment(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
bool IdHasBeenSet() const
bool StatusHasBeenSet() const
Attachment & WithId(IdT &&value)
bool DetailsHasBeenSet() const
void SetType(TypeT &&value)
AWS_ECS_API Attachment()=default
bool TypeHasBeenSet() const
Attachment & WithDetails(DetailsT &&value)
Attachment & WithStatus(StatusT &&value)
void SetDetails(DetailsT &&value)
void SetStatus(StatusT &&value)
const Aws::String & GetType() const
const Aws::Vector< KeyValuePair > & GetDetails() const
const Aws::String & GetStatus() const
AWS_ECS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ECS_API Attachment & operator=(Aws::Utils::Json::JsonView jsonValue)
Attachment & AddDetails(DetailsT &&value)
Attachment & WithType(TypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue