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/VectorEnrichmentJobErrorDetails.h>
11#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobExportErrorDetails.h>
12#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobExportStatus.h>
13#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobInputConfig.h>
14#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobConfig.h>
15#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobStatus.h>
16#include <aws/core/utils/memory/stl/AWSMap.h>
17#include <aws/sagemaker-geospatial/model/VectorEnrichmentJobType.h>
22template<
typename RESULT_TYPE>
23class AmazonWebServiceResult;
32namespace SageMakerGeospatial
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
60 template<
typename CreationTimeT = Aws::Utils::DateTime>
61 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
62 template<
typename CreationTimeT = Aws::Utils::DateTime>
71 inline void SetDurationInSeconds(
int value) { m_durationInSecondsHasBeenSet =
true; m_durationInSeconds = value; }
80 template<
typename ErrorDetailsT = VectorEnrichmentJobErrorDetails>
81 void SetErrorDetails(ErrorDetailsT&& value) { m_errorDetailsHasBeenSet =
true; m_errorDetails = std::forward<ErrorDetailsT>(value); }
82 template<
typename ErrorDetailsT = VectorEnrichmentJobErrorDetails>
92 template<
typename ExecutionRoleArnT = Aws::String>
93 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
94 template<
typename ExecutionRoleArnT = Aws::String>
103 template<
typename ExportErrorDetailsT = VectorEnrichmentJobExportErrorDetails>
104 void SetExportErrorDetails(ExportErrorDetailsT&& value) { m_exportErrorDetailsHasBeenSet =
true; m_exportErrorDetails = std::forward<ExportErrorDetailsT>(value); }
105 template<
typename ExportErrorDetailsT = VectorEnrichmentJobExportErrorDetails>
123 template<
typename InputConfigT = VectorEnrichmentJobInputConfig>
124 void SetInputConfig(InputConfigT&& value) { m_inputConfigHasBeenSet =
true; m_inputConfig = std::forward<InputConfigT>(value); }
125 template<
typename InputConfigT = VectorEnrichmentJobInputConfig>
134 template<
typename JobConfigT = VectorEnrichmentJobConfig>
135 void SetJobConfig(JobConfigT&& value) { m_jobConfigHasBeenSet =
true; m_jobConfig = std::forward<JobConfigT>(value); }
136 template<
typename JobConfigT = VectorEnrichmentJobConfig>
145 template<
typename KmsKeyIdT = Aws::String>
146 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
147 template<
typename KmsKeyIdT = Aws::String>
156 template<
typename NameT = Aws::String>
157 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
158 template<
typename NameT = Aws::String>
176 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
177 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
178 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
180 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
182 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
198 template<
typename RequestIdT = Aws::String>
199 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
200 template<
typename RequestIdT = Aws::String>
206 bool m_arnHasBeenSet =
false;
209 bool m_creationTimeHasBeenSet =
false;
211 int m_durationInSeconds{0};
212 bool m_durationInSecondsHasBeenSet =
false;
214 VectorEnrichmentJobErrorDetails m_errorDetails;
215 bool m_errorDetailsHasBeenSet =
false;
218 bool m_executionRoleArnHasBeenSet =
false;
220 VectorEnrichmentJobExportErrorDetails m_exportErrorDetails;
221 bool m_exportErrorDetailsHasBeenSet =
false;
224 bool m_exportStatusHasBeenSet =
false;
226 VectorEnrichmentJobInputConfig m_inputConfig;
227 bool m_inputConfigHasBeenSet =
false;
229 VectorEnrichmentJobConfig m_jobConfig;
230 bool m_jobConfigHasBeenSet =
false;
233 bool m_kmsKeyIdHasBeenSet =
false;
236 bool m_nameHasBeenSet =
false;
239 bool m_statusHasBeenSet =
false;
242 bool m_tagsHasBeenSet =
false;
245 bool m_typeHasBeenSet =
false;
248 bool m_requestIdHasBeenSet =
false;
const VectorEnrichmentJobInputConfig & GetInputConfig() const
void SetDurationInSeconds(int value)
GetVectorEnrichmentJobResult & WithExportStatus(VectorEnrichmentJobExportStatus value)
GetVectorEnrichmentJobResult & WithType(VectorEnrichmentJobType value)
void SetArn(ArnT &&value)
GetVectorEnrichmentJobResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetExecutionRoleArn() const
const Aws::String & GetKmsKeyId() const
GetVectorEnrichmentJobResult & WithStatus(VectorEnrichmentJobStatus value)
void SetStatus(VectorEnrichmentJobStatus value)
GetVectorEnrichmentJobResult & WithCreationTime(CreationTimeT &&value)
GetVectorEnrichmentJobResult & WithInputConfig(InputConfigT &&value)
GetVectorEnrichmentJobResult & WithTags(TagsT &&value)
const VectorEnrichmentJobErrorDetails & GetErrorDetails() const
void SetType(VectorEnrichmentJobType value)
GetVectorEnrichmentJobResult & WithJobConfig(JobConfigT &&value)
void SetExportStatus(VectorEnrichmentJobExportStatus value)
int GetDurationInSeconds() const
void SetTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetArn() const
AWS_SAGEMAKERGEOSPATIAL_API GetVectorEnrichmentJobResult()=default
void SetExportErrorDetails(ExportErrorDetailsT &&value)
VectorEnrichmentJobType GetType() const
GetVectorEnrichmentJobResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
GetVectorEnrichmentJobResult & WithArn(ArnT &&value)
VectorEnrichmentJobStatus GetStatus() const
VectorEnrichmentJobExportStatus GetExportStatus() const
GetVectorEnrichmentJobResult & WithKmsKeyId(KmsKeyIdT &&value)
AWS_SAGEMAKERGEOSPATIAL_API GetVectorEnrichmentJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetKmsKeyId(KmsKeyIdT &&value)
AWS_SAGEMAKERGEOSPATIAL_API GetVectorEnrichmentJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetName() const
GetVectorEnrichmentJobResult & WithDurationInSeconds(int value)
const Aws::String & GetRequestId() const
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
void SetInputConfig(InputConfigT &&value)
const VectorEnrichmentJobExportErrorDetails & GetExportErrorDetails() const
void SetRequestId(RequestIdT &&value)
GetVectorEnrichmentJobResult & WithRequestId(RequestIdT &&value)
GetVectorEnrichmentJobResult & WithName(NameT &&value)
GetVectorEnrichmentJobResult & WithErrorDetails(ErrorDetailsT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetJobConfig(JobConfigT &&value)
void SetErrorDetails(ErrorDetailsT &&value)
void SetName(NameT &&value)
const VectorEnrichmentJobConfig & GetJobConfig() const
void SetCreationTime(CreationTimeT &&value)
GetVectorEnrichmentJobResult & WithExportErrorDetails(ExportErrorDetailsT &&value)
VectorEnrichmentJobExportStatus
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