7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/sagemaker-geospatial/SageMakerGeospatialRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobInputConfig.h>
11#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobConfig.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/core/utils/UUID.h>
18namespace SageMakerGeospatial
45 template<
typename ClientTokenT = Aws::String>
46 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
47 template<
typename ClientTokenT = Aws::String>
58 template<
typename ExecutionRoleArnT = Aws::String>
59 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
60 template<
typename ExecutionRoleArnT = Aws::String>
70 template<
typename InputConfigT = VectorEnrichmentJobInputConfig>
71 void SetInputConfig(InputConfigT&& value) { m_inputConfigHasBeenSet =
true; m_inputConfig = std::forward<InputConfigT>(value); }
72 template<
typename InputConfigT = VectorEnrichmentJobInputConfig>
82 template<
typename JobConfigT = VectorEnrichmentJobConfig>
83 void SetJobConfig(JobConfigT&& value) { m_jobConfigHasBeenSet =
true; m_jobConfig = std::forward<JobConfigT>(value); }
84 template<
typename JobConfigT = VectorEnrichmentJobConfig>
94 template<
typename KmsKeyIdT = Aws::String>
95 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
96 template<
typename KmsKeyIdT = Aws::String>
106 template<
typename NameT = Aws::String>
107 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
108 template<
typename NameT = Aws::String>
118 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
119 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
120 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
122 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
124 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
130 bool m_clientTokenHasBeenSet =
true;
133 bool m_executionRoleArnHasBeenSet =
false;
135 VectorEnrichmentJobInputConfig m_inputConfig;
136 bool m_inputConfigHasBeenSet =
false;
138 VectorEnrichmentJobConfig m_jobConfig;
139 bool m_jobConfigHasBeenSet =
false;
142 bool m_kmsKeyIdHasBeenSet =
false;
145 bool m_nameHasBeenSet =
false;
148 bool m_tagsHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetTags() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClientToken() const
AWS_SAGEMAKERGEOSPATIAL_API Aws::String SerializePayload() const override
bool KmsKeyIdHasBeenSet() const
StartVectorEnrichmentJobRequest & WithInputConfig(InputConfigT &&value)
bool ClientTokenHasBeenSet() const
const Aws::String & GetKmsKeyId() const
StartVectorEnrichmentJobRequest & WithClientToken(ClientTokenT &&value)
StartVectorEnrichmentJobRequest & WithName(NameT &&value)
bool InputConfigHasBeenSet() const
StartVectorEnrichmentJobRequest & WithTags(TagsT &&value)
AWS_SAGEMAKERGEOSPATIAL_API StartVectorEnrichmentJobRequest()=default
const VectorEnrichmentJobConfig & GetJobConfig() const
void SetKmsKeyId(KmsKeyIdT &&value)
bool TagsHasBeenSet() const
bool NameHasBeenSet() const
void SetInputConfig(InputConfigT &&value)
const VectorEnrichmentJobInputConfig & GetInputConfig() const
StartVectorEnrichmentJobRequest & WithJobConfig(JobConfigT &&value)
bool JobConfigHasBeenSet() const
bool ExecutionRoleArnHasBeenSet() const
StartVectorEnrichmentJobRequest & WithKmsKeyId(KmsKeyIdT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
StartVectorEnrichmentJobRequest & WithExecutionRoleArn(ExecutionRoleArnT &&value)
void SetClientToken(ClientTokenT &&value)
void SetJobConfig(JobConfigT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetExecutionRoleArn() const
StartVectorEnrichmentJobRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String