7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/EKSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
53 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
85 template<
typename IncludeT = Aws::Vector<Aws::String>>
86 void SetInclude(IncludeT&& value) { m_includeHasBeenSet =
true; m_include = std::forward<IncludeT>(value); }
87 template<
typename IncludeT = Aws::Vector<Aws::String>>
89 template<
typename IncludeT = Aws::String>
95 bool m_maxResultsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
101 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