7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ecs/model/Attribute.h>
47 template<
typename ClusterT = Aws::String>
48 void SetCluster(ClusterT&& value) { m_clusterHasBeenSet =
true; m_cluster = std::forward<ClusterT>(value); }
49 template<
typename ClusterT = Aws::String>
61 template<
typename AttributesT = Aws::Vector<Attribute>>
62 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
63 template<
typename AttributesT = Aws::Vector<Attribute>>
65 template<
typename AttributesT = Attribute>
71 bool m_clusterHasBeenSet =
false;
74 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