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>
73 template <
typename NodeIdT = Aws::String>
75 m_nodeIdHasBeenSet =
true;
76 m_nodeId = std::forward<NodeIdT>(value);
78 template <
typename NodeIdT = Aws::String>
86 bool m_environmentIdHasBeenSet =
false;
89 bool m_clusterNameHasBeenSet =
false;
92 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