7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/eks/EKSRequest.h>
10#include <aws/eks/EKS_EXPORTS.h>
49 m_maxResultsHasBeenSet =
true;
70 template <
typename NextTokenT = Aws::String>
72 m_nextTokenHasBeenSet =
true;
73 m_nextToken = std::forward<NextTokenT>(value);
75 template <
typename NextTokenT = Aws::String>
92 template <
typename IncludeT = Aws::Vector<Aws::String>>
94 m_includeHasBeenSet =
true;
95 m_include = std::forward<IncludeT>(value);
97 template <
typename IncludeT = Aws::Vector<Aws::String>>
102 template <
typename IncludeT = Aws::String>
104 m_includeHasBeenSet =
true;
105 m_include.emplace_back(std::forward<IncludeT>(value));
115 bool m_maxResultsHasBeenSet =
false;
116 bool m_nextTokenHasBeenSet =
false;
117 bool m_includeHasBeenSet =
false;
void SetInclude(IncludeT &&value)
AWS_EKS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetMaxResults(int value)
const Aws::Vector< Aws::String > & GetInclude() const
ListClustersRequest & WithInclude(IncludeT &&value)
bool IncludeHasBeenSet() const
ListClustersRequest & AddInclude(IncludeT &&value)
bool MaxResultsHasBeenSet() const
ListClustersRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_EKS_API Aws::String SerializePayload() const override
int GetMaxResults() const
AWS_EKS_API ListClustersRequest()=default
ListClustersRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector