7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobInputConfig.h>
11#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobConfig.h>
12#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobStatus.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobType.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
29namespace SageMakerGeospatial
46 template<
typename ArnT = Aws::String>
47 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
48 template<
typename ArnT = Aws::String>
57 template<
typename CreationTimeT = Aws::Utils::DateTime>
58 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
59 template<
typename CreationTimeT = Aws::Utils::DateTime>
68 inline void SetDurationInSeconds(
int value) { m_durationInSecondsHasBeenSet =
true; m_durationInSeconds = value; }
78 template<
typename ExecutionRoleArnT = Aws::String>
79 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
80 template<
typename ExecutionRoleArnT = Aws::String>
89 template<
typename InputConfigT = VectorEnrichmentJobInputConfig>
90 void SetInputConfig(InputConfigT&& value) { m_inputConfigHasBeenSet =
true; m_inputConfig = std::forward<InputConfigT>(value); }
91 template<
typename InputConfigT = VectorEnrichmentJobInputConfig>
100 template<
typename JobConfigT = VectorEnrichmentJobConfig>
101 void SetJobConfig(JobConfigT&& value) { m_jobConfigHasBeenSet =
true; m_jobConfig = std::forward<JobConfigT>(value); }
102 template<
typename JobConfigT = VectorEnrichmentJobConfig>
111 template<
typename KmsKeyIdT = Aws::String>
112 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
113 template<
typename KmsKeyIdT = Aws::String>
122 template<
typename NameT = Aws::String>
123 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
124 template<
typename NameT = Aws::String>
142 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
143 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
144 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
146 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
148 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
164 template<
typename RequestIdT = Aws::String>
165 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
166 template<
typename RequestIdT = Aws::String>
172 bool m_arnHasBeenSet =
false;
175 bool m_creationTimeHasBeenSet =
false;
177 int m_durationInSeconds{0};
178 bool m_durationInSecondsHasBeenSet =
false;
181 bool m_executionRoleArnHasBeenSet =
false;
183 VectorEnrichmentJobInputConfig m_inputConfig;
184 bool m_inputConfigHasBeenSet =
false;
186 VectorEnrichmentJobConfig m_jobConfig;
187 bool m_jobConfigHasBeenSet =
false;
190 bool m_kmsKeyIdHasBeenSet =
false;
193 bool m_nameHasBeenSet =
false;
196 bool m_statusHasBeenSet =
false;
199 bool m_tagsHasBeenSet =
false;
202 bool m_typeHasBeenSet =
false;
205 bool m_requestIdHasBeenSet =
false;
VectorEnrichmentJobStatus GetStatus() const
const VectorEnrichmentJobConfig & GetJobConfig() const
AWS_SAGEMAKERGEOSPATIAL_API StartVectorEnrichmentJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetName(NameT &&value)
StartVectorEnrichmentJobResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetDurationInSeconds(int value)
const VectorEnrichmentJobInputConfig & GetInputConfig() const
const Aws::String & GetExecutionRoleArn() const
StartVectorEnrichmentJobResult & WithKmsKeyId(KmsKeyIdT &&value)
StartVectorEnrichmentJobResult & WithType(VectorEnrichmentJobType value)
StartVectorEnrichmentJobResult & WithInputConfig(InputConfigT &&value)
StartVectorEnrichmentJobResult & WithRequestId(RequestIdT &&value)
void SetCreationTime(CreationTimeT &&value)
AWS_SAGEMAKERGEOSPATIAL_API StartVectorEnrichmentJobResult()=default
int GetDurationInSeconds() const
void SetStatus(VectorEnrichmentJobStatus value)
VectorEnrichmentJobType GetType() const
void SetRequestId(RequestIdT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
StartVectorEnrichmentJobResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::String & GetRequestId() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetKmsKeyId() const
StartVectorEnrichmentJobResult & WithJobConfig(JobConfigT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetName() const
AWS_SAGEMAKERGEOSPATIAL_API StartVectorEnrichmentJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartVectorEnrichmentJobResult & WithArn(ArnT &&value)
StartVectorEnrichmentJobResult & WithStatus(VectorEnrichmentJobStatus value)
StartVectorEnrichmentJobResult & WithName(NameT &&value)
void SetType(VectorEnrichmentJobType value)
void SetJobConfig(JobConfigT &&value)
StartVectorEnrichmentJobResult & WithDurationInSeconds(int value)
void SetInputConfig(InputConfigT &&value)
StartVectorEnrichmentJobResult & WithTags(TagsT &&value)
void SetArn(ArnT &&value)
StartVectorEnrichmentJobResult & WithCreationTime(CreationTimeT &&value)
VectorEnrichmentJobStatus
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
Aws::Utils::Json::JsonValue JsonValue