7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/EKSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ClusterNameT = Aws::String>
48 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
49 template<
typename ClusterNameT = Aws::String>
64 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
80 template<
typename NextTokenT = Aws::String>
81 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
82 template<
typename NextTokenT = Aws::String>
88 bool m_clusterNameHasBeenSet =
false;
91 bool m_maxResultsHasBeenSet =
false;
94 bool m_nextTokenHasBeenSet =
false;
void SetMaxResults(int value)
AWS_EKS_API Aws::String SerializePayload() const override
void SetClusterName(ClusterNameT &&value)
bool MaxResultsHasBeenSet() const
AWS_EKS_API ListAddonsRequest()=default
virtual const char * GetServiceRequestName() const override
bool ClusterNameHasBeenSet() const
ListAddonsRequest & WithMaxResults(int value)
ListAddonsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
int GetMaxResults() const
const Aws::String & GetClusterName() const
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
AWS_EKS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListAddonsRequest & WithClusterName(ClusterNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String