7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dax/DAX_EXPORTS.h>
10#include <aws/dax/model/Cluster.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename NextTokenT = Aws::String>
38 m_nextTokenHasBeenSet =
true;
39 m_nextToken = std::forward<NextTokenT>(value);
41 template <
typename NextTokenT = Aws::String>
54 template <
typename ClustersT = Aws::Vector<Cluster>>
56 m_clustersHasBeenSet =
true;
57 m_clusters = std::forward<ClustersT>(value);
59 template <
typename ClustersT = Aws::Vector<Cluster>>
64 template <
typename ClustersT = Cluster>
66 m_clustersHasBeenSet =
true;
67 m_clusters.emplace_back(std::forward<ClustersT>(value));
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
92 bool m_nextTokenHasBeenSet =
false;
93 bool m_clustersHasBeenSet =
false;
94 bool m_requestIdHasBeenSet =
false;
AWS_DAX_API DescribeClustersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeClustersResult & WithClusters(ClustersT &&value)
void SetRequestId(RequestIdT &&value)
AWS_DAX_API DescribeClustersResult()=default
void SetNextToken(NextTokenT &&value)
void SetClusters(ClustersT &&value)
const Aws::Vector< Cluster > & GetClusters() const
DescribeClustersResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
DescribeClustersResult & AddClusters(ClustersT &&value)
AWS_DAX_API DescribeClustersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeClustersResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue