7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/finspace/FinspaceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename EnvironmentIdT = Aws::String>
42 void SetEnvironmentId(EnvironmentIdT&& value) { m_environmentIdHasBeenSet =
true; m_environmentId = std::forward<EnvironmentIdT>(value); }
43 template<
typename EnvironmentIdT = Aws::String>
53 template<
typename ClusterNameT = Aws::String>
54 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
55 template<
typename ClusterNameT = Aws::String>
61 bool m_environmentIdHasBeenSet =
false;
64 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