7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/finspace/FinspaceRequest.h>
9#include <aws/finspace/Finspace_EXPORTS.h>
37 template <
typename EnvironmentIdT = Aws::String>
39 m_environmentIdHasBeenSet =
true;
40 m_environmentId = std::forward<EnvironmentIdT>(value);
42 template <
typename EnvironmentIdT = Aws::String>
55 template <
typename ClusterNameT = Aws::String>
57 m_clusterNameHasBeenSet =
true;
58 m_clusterName = std::forward<ClusterNameT>(value);
60 template <
typename ClusterNameT = Aws::String>
70 bool m_environmentIdHasBeenSet =
false;
71 bool m_clusterNameHasBeenSet =
false;
void SetEnvironmentId(EnvironmentIdT &&value)
GetKxClusterRequest & WithClusterName(ClusterNameT &&value)
virtual const char * GetServiceRequestName() const override
bool ClusterNameHasBeenSet() const
bool EnvironmentIdHasBeenSet() const
const Aws::String & GetClusterName() const
GetKxClusterRequest & WithEnvironmentId(EnvironmentIdT &&value)
AWS_FINSPACE_API GetKxClusterRequest()=default
const Aws::String & GetEnvironmentId() const
AWS_FINSPACE_API Aws::String SerializePayload() const override
void SetClusterName(ClusterNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String