7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ecs/model/Attribute.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename AttributesT = Aws::Vector<Attribute>>
43 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
44 template<
typename AttributesT = Aws::Vector<Attribute>>
46 template<
typename AttributesT = Attribute>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_attributesHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
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