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>
41 m_jobCategoryHasBeenSet =
true;
42 m_jobCategory = value;
57 template <
typename JobConfigSchemaVersionT = Aws::String>
59 m_jobConfigSchemaVersionHasBeenSet =
true;
60 m_jobConfigSchemaVersion = std::forward<JobConfigSchemaVersionT>(value);
62 template <
typename JobConfigSchemaVersionT = Aws::String>
72 bool m_jobCategoryHasBeenSet =
false;
73 bool m_jobConfigSchemaVersionHasBeenSet =
false;
AWS_SAGEMAKER_API DescribeJobSchemaVersionRequest()=default
const Aws::String & GetJobConfigSchemaVersion() const
void SetJobCategory(JobCategory value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool JobCategoryHasBeenSet() const
DescribeJobSchemaVersionRequest & WithJobCategory(JobCategory value)
DescribeJobSchemaVersionRequest & WithJobConfigSchemaVersion(JobConfigSchemaVersionT &&value)
bool JobConfigSchemaVersionHasBeenSet() const
void SetJobConfigSchemaVersion(JobConfigSchemaVersionT &&value)
virtual const char * GetServiceRequestName() const override
JobCategory GetJobCategory() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String