7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
13#include <aws/sagemaker-geospatial/model/EarthObservationJobErrorDetails.h>
14#include <aws/sagemaker-geospatial/model/EarthObservationJobExportStatus.h>
15#include <aws/sagemaker-geospatial/model/EarthObservationJobStatus.h>
16#include <aws/sagemaker-geospatial/model/ExportErrorDetails.h>
17#include <aws/sagemaker-geospatial/model/InputConfigOutput.h>
18#include <aws/sagemaker-geospatial/model/JobConfigInput.h>
19#include <aws/sagemaker-geospatial/model/OutputBand.h>
24template <
typename RESULT_TYPE>
25class AmazonWebServiceResult;
32namespace SageMakerGeospatial {
46 template <
typename ArnT = Aws::String>
48 m_arnHasBeenSet =
true;
49 m_arn = std::forward<ArnT>(value);
51 template <
typename ArnT = Aws::String>
53 SetArn(std::forward<ArnT>(value));
63 template <
typename CreationTimeT = Aws::Utils::DateTime>
65 m_creationTimeHasBeenSet =
true;
66 m_creationTime = std::forward<CreationTimeT>(value);
68 template <
typename CreationTimeT = Aws::Utils::DateTime>
81 m_durationInSecondsHasBeenSet =
true;
82 m_durationInSeconds = value;
95 template <
typename ErrorDetailsT = EarthObservationJobErrorDetails>
97 m_errorDetailsHasBeenSet =
true;
98 m_errorDetails = std::forward<ErrorDetailsT>(value);
100 template <
typename ErrorDetailsT = EarthObservationJobErrorDetails>
113 template <
typename ExecutionRoleArnT = Aws::String>
115 m_executionRoleArnHasBeenSet =
true;
116 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
118 template <
typename ExecutionRoleArnT = Aws::String>
130 template <
typename ExportErrorDetailsT = ExportErrorDetails>
132 m_exportErrorDetailsHasBeenSet =
true;
133 m_exportErrorDetails = std::forward<ExportErrorDetailsT>(value);
135 template <
typename ExportErrorDetailsT = ExportErrorDetails>
148 m_exportStatusHasBeenSet =
true;
149 m_exportStatus = value;
162 template <
typename InputConfigT = InputConfigOutput>
164 m_inputConfigHasBeenSet =
true;
165 m_inputConfig = std::forward<InputConfigT>(value);
167 template <
typename InputConfigT = InputConfigOutput>
179 template <
typename JobConfigT = JobConfigInput>
181 m_jobConfigHasBeenSet =
true;
182 m_jobConfig = std::forward<JobConfigT>(value);
184 template <
typename JobConfigT = JobConfigInput>
196 template <
typename KmsKeyIdT = Aws::String>
198 m_kmsKeyIdHasBeenSet =
true;
199 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
201 template <
typename KmsKeyIdT = Aws::String>
213 template <
typename NameT = Aws::String>
215 m_nameHasBeenSet =
true;
216 m_name = std::forward<NameT>(value);
218 template <
typename NameT = Aws::String>
220 SetName(std::forward<NameT>(value));
230 template <
typename OutputBandsT = Aws::Vector<OutputBand>>
232 m_outputBandsHasBeenSet =
true;
233 m_outputBands = std::forward<OutputBandsT>(value);
235 template <
typename OutputBandsT = Aws::Vector<OutputBand>>
240 template <
typename OutputBandsT = OutputBand>
242 m_outputBandsHasBeenSet =
true;
243 m_outputBands.emplace_back(std::forward<OutputBandsT>(value));
254 m_statusHasBeenSet =
true;
268 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
270 m_tagsHasBeenSet =
true;
271 m_tags = std::forward<TagsT>(value);
273 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
275 SetTags(std::forward<TagsT>(value));
278 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
280 m_tagsHasBeenSet =
true;
281 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
289 template <
typename RequestIdT = Aws::String>
291 m_requestIdHasBeenSet =
true;
292 m_requestId = std::forward<RequestIdT>(value);
294 template <
typename RequestIdT = Aws::String>
307 int m_durationInSeconds{0};
309 EarthObservationJobErrorDetails m_errorDetails;
313 ExportErrorDetails m_exportErrorDetails;
317 InputConfigOutput m_inputConfig;
319 JobConfigInput m_jobConfig;
333 bool m_arnHasBeenSet =
false;
334 bool m_creationTimeHasBeenSet =
false;
335 bool m_durationInSecondsHasBeenSet =
false;
336 bool m_errorDetailsHasBeenSet =
false;
337 bool m_executionRoleArnHasBeenSet =
false;
338 bool m_exportErrorDetailsHasBeenSet =
false;
339 bool m_exportStatusHasBeenSet =
false;
340 bool m_inputConfigHasBeenSet =
false;
341 bool m_jobConfigHasBeenSet =
false;
342 bool m_kmsKeyIdHasBeenSet =
false;
343 bool m_nameHasBeenSet =
false;
344 bool m_outputBandsHasBeenSet =
false;
345 bool m_statusHasBeenSet =
false;
346 bool m_tagsHasBeenSet =
false;
347 bool m_requestIdHasBeenSet =
false;
AWS_SAGEMAKERGEOSPATIAL_API GetEarthObservationJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetEarthObservationJobResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
GetEarthObservationJobResult & WithExportErrorDetails(ExportErrorDetailsT &&value)
GetEarthObservationJobResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Vector< OutputBand > & GetOutputBands() const
void SetKmsKeyId(KmsKeyIdT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetJobConfig(JobConfigT &&value)
const Aws::String & GetExecutionRoleArn() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetExportErrorDetails(ExportErrorDetailsT &&value)
AWS_SAGEMAKERGEOSPATIAL_API GetEarthObservationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetName() const
GetEarthObservationJobResult & WithKmsKeyId(KmsKeyIdT &&value)
const JobConfigInput & GetJobConfig() const
const Aws::String & GetArn() const
const Aws::String & GetRequestId() const
GetEarthObservationJobResult & WithStatus(EarthObservationJobStatus value)
GetEarthObservationJobResult & WithRequestId(RequestIdT &&value)
void SetInputConfig(InputConfigT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetCreationTime(CreationTimeT &&value)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
GetEarthObservationJobResult & WithExportStatus(EarthObservationJobExportStatus value)
GetEarthObservationJobResult & WithCreationTime(CreationTimeT &&value)
const ExportErrorDetails & GetExportErrorDetails() const
GetEarthObservationJobResult & WithName(NameT &&value)
void SetTags(TagsT &&value)
GetEarthObservationJobResult & AddOutputBands(OutputBandsT &&value)
void SetRequestId(RequestIdT &&value)
GetEarthObservationJobResult & WithDurationInSeconds(int value)
const Aws::String & GetKmsKeyId() const
GetEarthObservationJobResult & WithErrorDetails(ErrorDetailsT &&value)
GetEarthObservationJobResult & WithTags(TagsT &&value)
EarthObservationJobExportStatus GetExportStatus() const
void SetArn(ArnT &&value)
GetEarthObservationJobResult & WithInputConfig(InputConfigT &&value)
const EarthObservationJobErrorDetails & GetErrorDetails() const
AWS_SAGEMAKERGEOSPATIAL_API GetEarthObservationJobResult()=default
void SetName(NameT &&value)
GetEarthObservationJobResult & WithOutputBands(OutputBandsT &&value)
void SetDurationInSeconds(int value)
void SetErrorDetails(ErrorDetailsT &&value)
void SetOutputBands(OutputBandsT &&value)
EarthObservationJobStatus GetStatus() const
const InputConfigOutput & GetInputConfig() const
GetEarthObservationJobResult & WithArn(ArnT &&value)
void SetExportStatus(EarthObservationJobExportStatus value)
int GetDurationInSeconds() const
GetEarthObservationJobResult & WithJobConfig(JobConfigT &&value)
void SetStatus(EarthObservationJobStatus value)
EarthObservationJobStatus
EarthObservationJobExportStatus
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue