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/EarthObservationJobErrorDetails.h>
11#include <aws/sagemaker-geospatial/model/ExportErrorDetails.h>
12#include <aws/sagemaker-geospatial/model/EarthObservationJobExportStatus.h>
13#include <aws/sagemaker-geospatial/model/InputConfigOutput.h>
14#include <aws/sagemaker-geospatial/model/JobConfigInput.h>
15#include <aws/core/utils/memory/stl/AWSVector.h>
16#include <aws/sagemaker-geospatial/model/EarthObservationJobStatus.h>
17#include <aws/core/utils/memory/stl/AWSMap.h>
18#include <aws/sagemaker-geospatial/model/OutputBand.h>
23template<
typename RESULT_TYPE>
24class AmazonWebServiceResult;
33namespace SageMakerGeospatial
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
61 template<
typename CreationTimeT = Aws::Utils::DateTime>
62 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
63 template<
typename CreationTimeT = Aws::Utils::DateTime>
72 inline void SetDurationInSeconds(
int value) { m_durationInSecondsHasBeenSet =
true; m_durationInSeconds = value; }
81 template<
typename ErrorDetailsT = EarthObservationJobErrorDetails>
82 void SetErrorDetails(ErrorDetailsT&& value) { m_errorDetailsHasBeenSet =
true; m_errorDetails = std::forward<ErrorDetailsT>(value); }
83 template<
typename ErrorDetailsT = EarthObservationJobErrorDetails>
93 template<
typename ExecutionRoleArnT = Aws::String>
94 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
95 template<
typename ExecutionRoleArnT = Aws::String>
104 template<
typename ExportErrorDetailsT = ExportErrorDetails>
105 void SetExportErrorDetails(ExportErrorDetailsT&& value) { m_exportErrorDetailsHasBeenSet =
true; m_exportErrorDetails = std::forward<ExportErrorDetailsT>(value); }
106 template<
typename ExportErrorDetailsT = ExportErrorDetails>
124 template<
typename InputConfigT = InputConfigOutput>
125 void SetInputConfig(InputConfigT&& value) { m_inputConfigHasBeenSet =
true; m_inputConfig = std::forward<InputConfigT>(value); }
126 template<
typename InputConfigT = InputConfigOutput>
135 template<
typename JobConfigT = JobConfigInput>
136 void SetJobConfig(JobConfigT&& value) { m_jobConfigHasBeenSet =
true; m_jobConfig = std::forward<JobConfigT>(value); }
137 template<
typename JobConfigT = JobConfigInput>
146 template<
typename KmsKeyIdT = Aws::String>
147 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
148 template<
typename KmsKeyIdT = Aws::String>
157 template<
typename NameT = Aws::String>
158 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
159 template<
typename NameT = Aws::String>
168 template<
typename OutputBandsT = Aws::Vector<OutputBand>>
169 void SetOutputBands(OutputBandsT&& value) { m_outputBandsHasBeenSet =
true; m_outputBands = std::forward<OutputBandsT>(value); }
170 template<
typename OutputBandsT = Aws::Vector<OutputBand>>
172 template<
typename OutputBandsT = OutputBand>
190 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
191 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
192 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
194 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
196 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
203 template<
typename RequestIdT = Aws::String>
204 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
205 template<
typename RequestIdT = Aws::String>
211 bool m_arnHasBeenSet =
false;
214 bool m_creationTimeHasBeenSet =
false;
216 int m_durationInSeconds{0};
217 bool m_durationInSecondsHasBeenSet =
false;
219 EarthObservationJobErrorDetails m_errorDetails;
220 bool m_errorDetailsHasBeenSet =
false;
223 bool m_executionRoleArnHasBeenSet =
false;
225 ExportErrorDetails m_exportErrorDetails;
226 bool m_exportErrorDetailsHasBeenSet =
false;
229 bool m_exportStatusHasBeenSet =
false;
231 InputConfigOutput m_inputConfig;
232 bool m_inputConfigHasBeenSet =
false;
234 JobConfigInput m_jobConfig;
235 bool m_jobConfigHasBeenSet =
false;
238 bool m_kmsKeyIdHasBeenSet =
false;
241 bool m_nameHasBeenSet =
false;
244 bool m_outputBandsHasBeenSet =
false;
247 bool m_statusHasBeenSet =
false;
250 bool m_tagsHasBeenSet =
false;
253 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