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>
46 template <
typename ClusterT = Aws::String>
48 m_clusterHasBeenSet =
true;
49 m_cluster = std::forward<ClusterT>(value);
51 template <
typename ClusterT = Aws::String>
66 template <
typename AttributesT = Aws::Vector<Attribute>>
68 m_attributesHasBeenSet =
true;
69 m_attributes = std::forward<AttributesT>(value);
71 template <
typename AttributesT = Aws::Vector<Attribute>>
76 template <
typename AttributesT = Attribute>
78 m_attributesHasBeenSet =
true;
79 m_attributes.emplace_back(std::forward<AttributesT>(value));
87 bool m_clusterHasBeenSet =
false;
88 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