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>
47 inline void SetClusterName(
const char* value) { m_clusterNameHasBeenSet =
true; m_clusterName.assign(value); }
72 bool m_clusterNameHasBeenSet =
false;
75 bool m_nodeIdsHasBeenSet =
false;
void SetClusterName(const Aws::String &value)
bool ClusterNameHasBeenSet() const
BatchDeleteClusterNodesRequest & WithNodeIds(Aws::Vector< Aws::String > &&value)
void SetNodeIds(Aws::Vector< Aws::String > &&value)
BatchDeleteClusterNodesRequest & WithNodeIds(const Aws::Vector< Aws::String > &value)
void SetClusterName(const char *value)
const Aws::Vector< Aws::String > & GetNodeIds() const
BatchDeleteClusterNodesRequest & WithClusterName(const char *value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchDeleteClusterNodesRequest & AddNodeIds(const Aws::String &value)
BatchDeleteClusterNodesRequest & AddNodeIds(const char *value)
virtual const char * GetServiceRequestName() const override
BatchDeleteClusterNodesRequest & WithClusterName(Aws::String &&value)
BatchDeleteClusterNodesRequest & AddNodeIds(Aws::String &&value)
void SetClusterName(Aws::String &&value)
const Aws::String & GetClusterName() const
void SetNodeIds(const Aws::Vector< Aws::String > &value)
AWS_SAGEMAKER_API BatchDeleteClusterNodesRequest()
BatchDeleteClusterNodesRequest & WithClusterName(const Aws::String &value)
bool NodeIdsHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
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