7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/EdgeOutputConfig.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/sagemaker/model/Tag.h>
46 template<
typename EdgePackagingJobNameT = Aws::String>
47 void SetEdgePackagingJobName(EdgePackagingJobNameT&& value) { m_edgePackagingJobNameHasBeenSet =
true; m_edgePackagingJobName = std::forward<EdgePackagingJobNameT>(value); }
48 template<
typename EdgePackagingJobNameT = Aws::String>
59 template<
typename CompilationJobNameT = Aws::String>
60 void SetCompilationJobName(CompilationJobNameT&& value) { m_compilationJobNameHasBeenSet =
true; m_compilationJobName = std::forward<CompilationJobNameT>(value); }
61 template<
typename CompilationJobNameT = Aws::String>
71 template<
typename ModelNameT = Aws::String>
72 void SetModelName(ModelNameT&& value) { m_modelNameHasBeenSet =
true; m_modelName = std::forward<ModelNameT>(value); }
73 template<
typename ModelNameT = Aws::String>
83 template<
typename ModelVersionT = Aws::String>
84 void SetModelVersion(ModelVersionT&& value) { m_modelVersionHasBeenSet =
true; m_modelVersion = std::forward<ModelVersionT>(value); }
85 template<
typename ModelVersionT = Aws::String>
96 template<
typename RoleArnT = Aws::String>
97 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
98 template<
typename RoleArnT = Aws::String>
108 template<
typename OutputConfigT = EdgeOutputConfig>
109 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
110 template<
typename OutputConfigT = EdgeOutputConfig>
121 template<
typename ResourceKeyT = Aws::String>
122 void SetResourceKey(ResourceKeyT&& value) { m_resourceKeyHasBeenSet =
true; m_resourceKey = std::forward<ResourceKeyT>(value); }
123 template<
typename ResourceKeyT = Aws::String>
133 template<
typename TagsT = Aws::Vector<Tag>>
134 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
135 template<
typename TagsT = Aws::Vector<Tag>>
137 template<
typename TagsT = Tag>
143 bool m_edgePackagingJobNameHasBeenSet =
false;
146 bool m_compilationJobNameHasBeenSet =
false;
149 bool m_modelNameHasBeenSet =
false;
152 bool m_modelVersionHasBeenSet =
false;
155 bool m_roleArnHasBeenSet =
false;
158 bool m_outputConfigHasBeenSet =
false;
161 bool m_resourceKeyHasBeenSet =
false;
164 bool m_tagsHasBeenSet =
false;
AWS_SAGEMAKER_API CreateEdgePackagingJobRequest()=default
const Aws::String & GetRoleArn() const
void SetEdgePackagingJobName(EdgePackagingJobNameT &&value)
CreateEdgePackagingJobRequest & WithCompilationJobName(CompilationJobNameT &&value)
CreateEdgePackagingJobRequest & WithEdgePackagingJobName(EdgePackagingJobNameT &&value)
CreateEdgePackagingJobRequest & AddTags(TagsT &&value)
void SetOutputConfig(OutputConfigT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetCompilationJobName() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetResourceKey() const
void SetCompilationJobName(CompilationJobNameT &&value)
CreateEdgePackagingJobRequest & WithOutputConfig(OutputConfigT &&value)
const Aws::String & GetEdgePackagingJobName() const
void SetRoleArn(RoleArnT &&value)
bool CompilationJobNameHasBeenSet() const
void SetModelName(ModelNameT &&value)
void SetResourceKey(ResourceKeyT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const EdgeOutputConfig & GetOutputConfig() const
bool ModelVersionHasBeenSet() const
bool OutputConfigHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool RoleArnHasBeenSet() const
CreateEdgePackagingJobRequest & WithTags(TagsT &&value)
bool ResourceKeyHasBeenSet() const
CreateEdgePackagingJobRequest & WithResourceKey(ResourceKeyT &&value)
bool TagsHasBeenSet() const
CreateEdgePackagingJobRequest & WithModelName(ModelNameT &&value)
void SetModelVersion(ModelVersionT &&value)
const Aws::String & GetModelName() const
CreateEdgePackagingJobRequest & WithModelVersion(ModelVersionT &&value)
bool ModelNameHasBeenSet() const
bool EdgePackagingJobNameHasBeenSet() const
CreateEdgePackagingJobRequest & WithRoleArn(RoleArnT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetModelVersion() const
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