7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ecs/ECS_EXPORTS.h>
11#include <aws/ecs/model/Attribute.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
42 template <
typename AttributesT = Aws::Vector<Attribute>>
44 m_attributesHasBeenSet =
true;
45 m_attributes = std::forward<AttributesT>(value);
47 template <
typename AttributesT = Aws::Vector<Attribute>>
52 template <
typename AttributesT = Attribute>
54 m_attributesHasBeenSet =
true;
55 m_attributes.emplace_back(std::forward<AttributesT>(value));
69 template <
typename NextTokenT = Aws::String>
71 m_nextTokenHasBeenSet =
true;
72 m_nextToken = std::forward<NextTokenT>(value);
74 template <
typename NextTokenT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
104 bool m_attributesHasBeenSet =
false;
105 bool m_nextTokenHasBeenSet =
false;
106 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Vector< Attribute > & GetAttributes() const
void SetAttributes(AttributesT &&value)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_ECS_API ListAttributesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListAttributesResult & WithRequestId(RequestIdT &&value)
ListAttributesResult & AddAttributes(AttributesT &&value)
ListAttributesResult & WithAttributes(AttributesT &&value)
AWS_ECS_API ListAttributesResult()=default
ListAttributesResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
AWS_ECS_API ListAttributesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue