7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/ecs/ECS_EXPORTS.h>
10#include <aws/ecs/model/TargetType.h>
41 template <
typename ClusterT = Aws::String>
43 m_clusterHasBeenSet =
true;
44 m_cluster = std::forward<ClusterT>(value);
46 template <
typename ClusterT = Aws::String>
60 m_targetTypeHasBeenSet =
true;
75 template <
typename AttributeNameT = Aws::String>
77 m_attributeNameHasBeenSet =
true;
78 m_attributeName = std::forward<AttributeNameT>(value);
80 template <
typename AttributeNameT = Aws::String>
94 template <
typename AttributeValueT = Aws::String>
96 m_attributeValueHasBeenSet =
true;
97 m_attributeValue = std::forward<AttributeValueT>(value);
99 template <
typename AttributeValueT = Aws::String>
118 template <
typename NextTokenT = Aws::String>
120 m_nextTokenHasBeenSet =
true;
121 m_nextToken = std::forward<NextTokenT>(value);
123 template <
typename NextTokenT = Aws::String>
145 m_maxResultsHasBeenSet =
true;
146 m_maxResults = value;
165 bool m_clusterHasBeenSet =
false;
166 bool m_targetTypeHasBeenSet =
false;
167 bool m_attributeNameHasBeenSet =
false;
168 bool m_attributeValueHasBeenSet =
false;
169 bool m_nextTokenHasBeenSet =
false;
170 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