7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetLabelingJobName(
const char* value) { m_labelingJobNameHasBeenSet =
true; m_labelingJobName.assign(value); }
53 bool m_labelingJobNameHasBeenSet =
false;
StopLabelingJobRequest & WithLabelingJobName(Aws::String &&value)
void SetLabelingJobName(const Aws::String &value)
StopLabelingJobRequest & WithLabelingJobName(const Aws::String &value)
void SetLabelingJobName(const char *value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetLabelingJobName() const
virtual const char * GetServiceRequestName() const override
bool LabelingJobNameHasBeenSet() const
void SetLabelingJobName(Aws::String &&value)
StopLabelingJobRequest & WithLabelingJobName(const char *value)
AWS_SAGEMAKER_API StopLabelingJobRequest()
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