7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ecs/ECS_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename ClusterArnsT = Aws::Vector<Aws::String>>
38 m_clusterArnsHasBeenSet =
true;
39 m_clusterArns = std::forward<ClusterArnsT>(value);
41 template <
typename ClusterArnsT = Aws::Vector<Aws::String>>
46 template <
typename ClusterArnsT = Aws::String>
48 m_clusterArnsHasBeenSet =
true;
49 m_clusterArns.emplace_back(std::forward<ClusterArnsT>(value));
63 template <
typename NextTokenT = Aws::String>
65 m_nextTokenHasBeenSet =
true;
66 m_nextToken = std::forward<NextTokenT>(value);
68 template <
typename NextTokenT = Aws::String>
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
95 bool m_clusterArnsHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
AWS_ECS_API ListClustersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ECS_API ListClustersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
ListClustersResult & WithRequestId(RequestIdT &&value)
ListClustersResult & WithClusterArns(ClusterArnsT &&value)
void SetClusterArns(ClusterArnsT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::Vector< Aws::String > & GetClusterArns() const
ListClustersResult & AddClusterArns(ClusterArnsT &&value)
ListClustersResult & WithNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
AWS_ECS_API ListClustersResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue