7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/JobCategory.h>
12#include <aws/sagemaker/model/Tag.h>
43 template <
typename JobNameT = Aws::String>
45 m_jobNameHasBeenSet =
true;
46 m_jobName = std::forward<JobNameT>(value);
48 template <
typename JobNameT = Aws::String>
63 template <
typename RoleArnT = Aws::String>
65 m_roleArnHasBeenSet =
true;
66 m_roleArn = std::forward<RoleArnT>(value);
68 template <
typename RoleArnT = Aws::String>
83 m_jobCategoryHasBeenSet =
true;
84 m_jobCategory = value;
100 template <
typename JobConfigSchemaVersionT = Aws::String>
102 m_jobConfigSchemaVersionHasBeenSet =
true;
103 m_jobConfigSchemaVersion = std::forward<JobConfigSchemaVersionT>(value);
105 template <
typename JobConfigSchemaVersionT = Aws::String>
120 template <
typename JobConfigDocumentT = Aws::String>
122 m_jobConfigDocumentHasBeenSet =
true;
123 m_jobConfigDocument = std::forward<JobConfigDocumentT>(value);
125 template <
typename JobConfigDocumentT = Aws::String>
141 template <
typename TagsT = Aws::Vector<Tag>>
143 m_tagsHasBeenSet =
true;
144 m_tags = std::forward<TagsT>(value);
146 template <
typename TagsT = Aws::Vector<Tag>>
148 SetTags(std::forward<TagsT>(value));
151 template <
typename TagsT = Tag>
153 m_tagsHasBeenSet =
true;
154 m_tags.emplace_back(std::forward<TagsT>(value));
170 bool m_jobNameHasBeenSet =
false;
171 bool m_roleArnHasBeenSet =
false;
172 bool m_jobCategoryHasBeenSet =
false;
173 bool m_jobConfigSchemaVersionHasBeenSet =
false;
174 bool m_jobConfigDocumentHasBeenSet =
false;
175 bool m_tagsHasBeenSet =
false;
const Aws::String & GetRoleArn() const
void SetJobConfigDocument(JobConfigDocumentT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
CreateJobRequest & WithJobName(JobNameT &&value)
AWS_SAGEMAKER_API CreateJobRequest()=default
CreateJobRequest & WithRoleArn(RoleArnT &&value)
bool JobConfigSchemaVersionHasBeenSet() const
CreateJobRequest & WithJobConfigDocument(JobConfigDocumentT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetJobConfigDocument() const
const Aws::String & GetJobConfigSchemaVersion() const
bool JobCategoryHasBeenSet() const
CreateJobRequest & AddTags(TagsT &&value)
JobCategory GetJobCategory() const
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool RoleArnHasBeenSet() const
void SetTags(TagsT &&value)
const Aws::String & GetJobName() const
void SetJobCategory(JobCategory value)
void SetJobConfigSchemaVersion(JobConfigSchemaVersionT &&value)
CreateJobRequest & WithTags(TagsT &&value)
bool JobConfigDocumentHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CreateJobRequest & WithJobConfigSchemaVersion(JobConfigSchemaVersionT &&value)
CreateJobRequest & WithJobCategory(JobCategory value)
bool JobNameHasBeenSet() const
void SetJobName(JobNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector