7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/JobCategory.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 m_jobCategoryHasBeenSet =
true;
38 m_jobCategory = value;
51 template <
typename JobConfigSchemaVersionT = Aws::String>
53 m_jobConfigSchemaVersionHasBeenSet =
true;
54 m_jobConfigSchemaVersion = std::forward<JobConfigSchemaVersionT>(value);
56 template <
typename JobConfigSchemaVersionT = Aws::String>
69 template <
typename JobConfigSchemaT = Aws::String>
71 m_jobConfigSchemaHasBeenSet =
true;
72 m_jobConfigSchema = std::forward<JobConfigSchemaT>(value);
74 template <
typename JobConfigSchemaT = Aws::String>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_jobCategoryHasBeenSet =
false;
107 bool m_jobConfigSchemaVersionHasBeenSet =
false;
108 bool m_jobConfigSchemaHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
DescribeJobSchemaVersionResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeJobSchemaVersionResult & WithJobConfigSchema(JobConfigSchemaT &&value)
AWS_SAGEMAKER_API DescribeJobSchemaVersionResult()=default
AWS_SAGEMAKER_API DescribeJobSchemaVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetJobConfigSchema(JobConfigSchemaT &&value)
JobCategory GetJobCategory() const
void SetJobConfigSchemaVersion(JobConfigSchemaVersionT &&value)
const Aws::String & GetJobConfigSchema() const
void SetJobCategory(JobCategory value)
DescribeJobSchemaVersionResult & WithJobCategory(JobCategory value)
AWS_SAGEMAKER_API DescribeJobSchemaVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeJobSchemaVersionResult & WithJobConfigSchemaVersion(JobConfigSchemaVersionT &&value)
const Aws::String & GetJobConfigSchemaVersion() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue