7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename ProcessingJobNameT = Aws::String>
44 void SetProcessingJobName(ProcessingJobNameT&& value) { m_processingJobNameHasBeenSet =
true; m_processingJobName = std::forward<ProcessingJobNameT>(value); }
45 template<
typename ProcessingJobNameT = Aws::String>
51 bool m_processingJobNameHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetProcessingJobName() const
StopProcessingJobRequest & WithProcessingJobName(ProcessingJobNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API StopProcessingJobRequest()=default
bool ProcessingJobNameHasBeenSet() const
void SetProcessingJobName(ProcessingJobNameT &&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