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 SetProcessingJobName(
const char* value) { m_processingJobNameHasBeenSet =
true; m_processingJobName.assign(value); }
53 bool m_processingJobNameHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetProcessingJobName() const
void SetProcessingJobName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
bool ProcessingJobNameHasBeenSet() const
AWS_SAGEMAKER_API StopProcessingJobRequest()
void SetProcessingJobName(Aws::String &&value)
StopProcessingJobRequest & WithProcessingJobName(Aws::String &&value)
StopProcessingJobRequest & WithProcessingJobName(const Aws::String &value)
StopProcessingJobRequest & WithProcessingJobName(const char *value)
void SetProcessingJobName(const char *value)
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