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/ecs/model/TargetType.h>
45 template<
typename ClusterT = Aws::String>
46 void SetCluster(ClusterT&& value) { m_clusterHasBeenSet =
true; m_cluster = std::forward<ClusterT>(value); }
47 template<
typename ClusterT = Aws::String>
67 template<
typename AttributeNameT = Aws::String>
68 void SetAttributeName(AttributeNameT&& value) { m_attributeNameHasBeenSet =
true; m_attributeName = std::forward<AttributeNameT>(value); }
69 template<
typename AttributeNameT = Aws::String>
80 template<
typename AttributeValueT = Aws::String>
81 void SetAttributeValue(AttributeValueT&& value) { m_attributeValueHasBeenSet =
true; m_attributeValue = std::forward<AttributeValueT>(value); }
82 template<
typename AttributeValueT = Aws::String>
98 template<
typename NextTokenT = Aws::String>
99 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
100 template<
typename NextTokenT = Aws::String>
118 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
124 bool m_clusterHasBeenSet =
false;
127 bool m_targetTypeHasBeenSet =
false;
130 bool m_attributeNameHasBeenSet =
false;
133 bool m_attributeValueHasBeenSet =
false;
136 bool m_nextTokenHasBeenSet =
false;
139 bool m_maxResultsHasBeenSet =
false;
TargetType GetTargetType() const
bool ClusterHasBeenSet() const
ListAttributesRequest & WithAttributeName(AttributeNameT &&value)
bool AttributeValueHasBeenSet() const
void SetTargetType(TargetType value)
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
void SetAttributeValue(AttributeValueT &&value)
virtual const char * GetServiceRequestName() const override
bool TargetTypeHasBeenSet() const
AWS_ECS_API ListAttributesRequest()=default
void SetAttributeName(AttributeNameT &&value)
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetNextToken() const
const Aws::String & GetCluster() const
ListAttributesRequest & WithCluster(ClusterT &&value)
const Aws::String & GetAttributeValue() const
bool NextTokenHasBeenSet() const
ListAttributesRequest & WithNextToken(NextTokenT &&value)
ListAttributesRequest & WithTargetType(TargetType value)
ListAttributesRequest & WithMaxResults(int value)
AWS_ECS_API Aws::String SerializePayload() const override
ListAttributesRequest & WithAttributeValue(AttributeValueT &&value)
int GetMaxResults() const
const Aws::String & GetAttributeName() const
void SetCluster(ClusterT &&value)
bool AttributeNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String