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 LabelingJobNameT = Aws::String>
44 void SetLabelingJobName(LabelingJobNameT&& value) { m_labelingJobNameHasBeenSet =
true; m_labelingJobName = std::forward<LabelingJobNameT>(value); }
45 template<
typename LabelingJobNameT = Aws::String>
51 bool m_labelingJobNameHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API DescribeLabelingJobRequest()=default
void SetLabelingJobName(LabelingJobNameT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeLabelingJobRequest & WithLabelingJobName(LabelingJobNameT &&value)
bool LabelingJobNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetLabelingJobName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String