7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetClusterName(
const char* value) { m_clusterNameHasBeenSet =
true; m_clusterName.assign(value); }
54 bool m_clusterNameHasBeenSet =
false;
void SetClusterName(const Aws::String &value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
DeleteClusterRequest & WithClusterName(const char *value)
bool ClusterNameHasBeenSet() const
const Aws::String & GetClusterName() const
AWS_SAGEMAKER_API DeleteClusterRequest()
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteClusterRequest & WithClusterName(Aws::String &&value)
DeleteClusterRequest & WithClusterName(const Aws::String &value)
void SetClusterName(const char *value)
virtual const char * GetServiceRequestName() const override
void SetClusterName(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String