7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/finspace/FinspaceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/finspace/model/KxClusterType.h>
48 template<
typename EnvironmentIdT = Aws::String>
49 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
50 template<
typename EnvironmentIdT = Aws::String>
92 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
102 template<
typename NextTokenT = Aws::String>
103 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
104 template<
typename NextTokenT = Aws::String>
110 bool m_environmentIdHasBeenSet =
false;
113 bool m_clusterTypeHasBeenSet =
false;
116 bool m_maxResultsHasBeenSet =
false;
119 bool m_nextTokenHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
ListKxClustersRequest & WithMaxResults(int value)
void SetMaxResults(int value)
virtual const char * GetServiceRequestName() const override
AWS_FINSPACE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_FINSPACE_API ListKxClustersRequest()=default
ListKxClustersRequest & WithClusterType(KxClusterType value)
AWS_FINSPACE_API Aws::String SerializePayload() const override
const Aws::String & GetEnvironmentId() const
void SetEnvironmentId(EnvironmentIdT &&value)
KxClusterType GetClusterType() const
bool ClusterTypeHasBeenSet() const
int GetMaxResults() const
void SetClusterType(KxClusterType value)
const Aws::String & GetNextToken() const
bool EnvironmentIdHasBeenSet() const
ListKxClustersRequest & WithEnvironmentId(EnvironmentIdT &&value)
ListKxClustersRequest & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String