7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
45 template<
typename ClusterNameT = Aws::String>
46 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
47 template<
typename ClusterNameT = Aws::String>
62 template<
typename NodeIdsT = Aws::Vector<Aws::String>>
63 void SetNodeIds(NodeIdsT&& value) { m_nodeIdsHasBeenSet =
true; m_nodeIds = std::forward<NodeIdsT>(value); }
64 template<
typename NodeIdsT = Aws::Vector<Aws::String>>
66 template<
typename NodeIdsT = Aws::String>
72 bool m_clusterNameHasBeenSet =
false;
75 bool m_nodeIdsHasBeenSet =
false;
bool ClusterNameHasBeenSet() const
const Aws::Vector< Aws::String > & GetNodeIds() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchDeleteClusterNodesRequest & WithClusterName(ClusterNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetNodeIds(NodeIdsT &&value)
const Aws::String & GetClusterName() const
void SetClusterName(ClusterNameT &&value)
bool NodeIdsHasBeenSet() const
AWS_SAGEMAKER_API BatchDeleteClusterNodesRequest()=default
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
BatchDeleteClusterNodesRequest & AddNodeIds(NodeIdsT &&value)
BatchDeleteClusterNodesRequest & WithNodeIds(NodeIdsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector