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>
65 template<
typename NodeIdT = Aws::String>
66 void SetNodeId(NodeIdT&& value) { m_nodeIdHasBeenSet =
true; m_nodeId = std::forward<NodeIdT>(value); }
67 template<
typename NodeIdT = Aws::String>
73 bool m_environmentIdHasBeenSet =
false;
76 bool m_clusterNameHasBeenSet =
false;
79 bool m_nodeIdHasBeenSet =
false;
const Aws::String & GetNodeId() const
bool ClusterNameHasBeenSet() const
AWS_FINSPACE_API DeleteKxClusterNodeRequest()=default
const Aws::String & GetClusterName() const
const Aws::String & GetEnvironmentId() const
void SetNodeId(NodeIdT &&value)
void SetClusterName(ClusterNameT &&value)
DeleteKxClusterNodeRequest & WithEnvironmentId(EnvironmentIdT &&value)
virtual const char * GetServiceRequestName() const override
DeleteKxClusterNodeRequest & WithClusterName(ClusterNameT &&value)
void SetEnvironmentId(EnvironmentIdT &&value)
bool EnvironmentIdHasBeenSet() const
DeleteKxClusterNodeRequest & WithNodeId(NodeIdT &&value)
bool NodeIdHasBeenSet() const
AWS_FINSPACE_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String