7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
39 template <
typename ProcessingJobNameT = Aws::String>
41 m_processingJobNameHasBeenSet =
true;
42 m_processingJobName = std::forward<ProcessingJobNameT>(value);
44 template <
typename ProcessingJobNameT = Aws::String>
52 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