7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ecs/ECSRequest.h>
10#include <aws/ecs/ECS_EXPORTS.h>
11#include <aws/ecs/model/Attribute.h>
43 template <
typename ClusterT = Aws::String>
45 m_clusterHasBeenSet =
true;
46 m_cluster = std::forward<ClusterT>(value);
48 template <
typename ClusterT = Aws::String>
63 template <
typename AttributesT = Aws::Vector<Attribute>>
65 m_attributesHasBeenSet =
true;
66 m_attributes = std::forward<AttributesT>(value);
68 template <
typename AttributesT = Aws::Vector<Attribute>>
73 template <
typename AttributesT = Attribute>
75 m_attributesHasBeenSet =
true;
76 m_attributes.emplace_back(std::forward<AttributesT>(value));
84 bool m_clusterHasBeenSet =
false;
85 bool m_attributesHasBeenSet =
false;
PutAttributesRequest & WithCluster(ClusterT &&value)
void SetAttributes(AttributesT &&value)
const Aws::String & GetCluster() const
AWS_ECS_API PutAttributesRequest()=default
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Attribute > & GetAttributes() const
void SetCluster(ClusterT &&value)
PutAttributesRequest & AddAttributes(AttributesT &&value)
bool ClusterHasBeenSet() const
AWS_ECS_API Aws::String SerializePayload() const override
PutAttributesRequest & WithAttributes(AttributesT &&value)
virtual const char * GetServiceRequestName() const override
bool AttributesHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector