7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
12#include <aws/sagemaker-geospatial/model/EarthObservationJobErrorDetails.h>
13#include <aws/sagemaker-geospatial/model/EarthObservationJobExportStatus.h>
14#include <aws/sagemaker-geospatial/model/EarthObservationJobStatus.h>
15#include <aws/sagemaker-geospatial/model/ExportErrorDetails.h>
16#include <aws/sagemaker-geospatial/model/InputConfigOutput.h>
17#include <aws/sagemaker-geospatial/model/JobConfigInput.h>
18#include <aws/sagemaker-geospatial/model/OutputBand.h>
23template <
typename RESULT_TYPE>
24class AmazonWebServiceResult;
31namespace SageMakerGeospatial {
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
62 template <
typename CreationTimeT = Aws::Utils::DateTime>
64 m_creationTimeHasBeenSet =
true;
65 m_creationTime = std::forward<CreationTimeT>(value);
67 template <
typename CreationTimeT = Aws::Utils::DateTime>
80 m_durationInSecondsHasBeenSet =
true;
81 m_durationInSeconds = value;
94 template <
typename ErrorDetailsT = EarthObservationJobErrorDetails>
96 m_errorDetailsHasBeenSet =
true;
97 m_errorDetails = std::forward<ErrorDetailsT>(value);
99 template <
typename ErrorDetailsT = EarthObservationJobErrorDetails>
112 template <
typename ExecutionRoleArnT = Aws::String>
114 m_executionRoleArnHasBeenSet =
true;
115 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
117 template <
typename ExecutionRoleArnT = Aws::String>
129 template <
typename ExportErrorDetailsT = ExportErrorDetails>
131 m_exportErrorDetailsHasBeenSet =
true;
132 m_exportErrorDetails = std::forward<ExportErrorDetailsT>(value);
134 template <
typename ExportErrorDetailsT = ExportErrorDetails>
147 m_exportStatusHasBeenSet =
true;
148 m_exportStatus = value;
161 template <
typename InputConfigT = InputConfigOutput>
163 m_inputConfigHasBeenSet =
true;
164 m_inputConfig = std::forward<InputConfigT>(value);
166 template <
typename InputConfigT = InputConfigOutput>
178 template <
typename JobConfigT = JobConfigInput>
180 m_jobConfigHasBeenSet =
true;
181 m_jobConfig = std::forward<JobConfigT>(value);
183 template <
typename JobConfigT = JobConfigInput>
195 template <
typename KmsKeyIdT = Aws::String>
197 m_kmsKeyIdHasBeenSet =
true;
198 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
200 template <
typename KmsKeyIdT = Aws::String>
212 template <
typename NameT = Aws::String>
214 m_nameHasBeenSet =
true;
215 m_name = std::forward<NameT>(value);
217 template <
typename NameT = Aws::String>
219 SetName(std::forward<NameT>(value));
229 template <
typename OutputBandsT = Aws::Vector<OutputBand>>
231 m_outputBandsHasBeenSet =
true;
232 m_outputBands = std::forward<OutputBandsT>(value);
234 template <
typename OutputBandsT = Aws::Vector<OutputBand>>
239 template <
typename OutputBandsT = OutputBand>
241 m_outputBandsHasBeenSet =
true;
242 m_outputBands.emplace_back(std::forward<OutputBandsT>(value));
253 m_statusHasBeenSet =
true;
267 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
269 m_tagsHasBeenSet =
true;
270 m_tags = std::forward<TagsT>(value);
272 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
274 SetTags(std::forward<TagsT>(value));
277 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
279 m_tagsHasBeenSet =
true;
280 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
288 template <
typename RequestIdT = Aws::String>
290 m_requestIdHasBeenSet =
true;
291 m_requestId = std::forward<RequestIdT>(value);
293 template <
typename RequestIdT = Aws::String>
304 int m_durationInSeconds{0};
306 EarthObservationJobErrorDetails m_errorDetails;
310 ExportErrorDetails m_exportErrorDetails;
314 InputConfigOutput m_inputConfig;
316 JobConfigInput m_jobConfig;
329 bool m_arnHasBeenSet =
false;
330 bool m_creationTimeHasBeenSet =
false;
331 bool m_durationInSecondsHasBeenSet =
false;
332 bool m_errorDetailsHasBeenSet =
false;
333 bool m_executionRoleArnHasBeenSet =
false;
334 bool m_exportErrorDetailsHasBeenSet =
false;
335 bool m_exportStatusHasBeenSet =
false;
336 bool m_inputConfigHasBeenSet =
false;
337 bool m_jobConfigHasBeenSet =
false;
338 bool m_kmsKeyIdHasBeenSet =
false;
339 bool m_nameHasBeenSet =
false;
340 bool m_outputBandsHasBeenSet =
false;
341 bool m_statusHasBeenSet =
false;
342 bool m_tagsHasBeenSet =
false;
343 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)
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