7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/eks/EKS_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename ClustersT = Aws::Vector<Aws::String>>
38 m_clustersHasBeenSet =
true;
39 m_clusters = std::forward<ClustersT>(value);
41 template <
typename ClustersT = Aws::Vector<Aws::String>>
46 template <
typename ClustersT = Aws::String>
48 m_clustersHasBeenSet =
true;
49 m_clusters.emplace_back(std::forward<ClustersT>(value));
65 template <
typename NextTokenT = Aws::String>
67 m_nextTokenHasBeenSet =
true;
68 m_nextToken = std::forward<NextTokenT>(value);
70 template <
typename NextTokenT = Aws::String>
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
97 bool m_clustersHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
void SetClusters(ClustersT &&value)
ListClustersResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
ListClustersResult & WithNextToken(NextTokenT &&value)
AWS_EKS_API ListClustersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
AWS_EKS_API ListClustersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_EKS_API ListClustersResult()=default
const Aws::Vector< Aws::String > & GetClusters() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
ListClustersResult & WithClusters(ClustersT &&value)
ListClustersResult & AddClusters(ClustersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue