7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/JobCategory.h>
40 template <
typename JobNameT = Aws::String>
42 m_jobNameHasBeenSet =
true;
43 m_jobName = std::forward<JobNameT>(value);
45 template <
typename JobNameT = Aws::String>
59 m_jobCategoryHasBeenSet =
true;
60 m_jobCategory = value;
71 bool m_jobNameHasBeenSet =
false;
72 bool m_jobCategoryHasBeenSet =
false;
AWS_SAGEMAKER_API DescribeJobRequest()=default
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool JobNameHasBeenSet() const
void SetJobName(JobNameT &&value)
const Aws::String & GetJobName() const
DescribeJobRequest & WithJobCategory(JobCategory value)
virtual const char * GetServiceRequestName() const override
JobCategory GetJobCategory() const
DescribeJobRequest & WithJobName(JobNameT &&value)
void SetJobCategory(JobCategory value)
bool JobCategoryHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String