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/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
11#include <aws/sagemaker-geospatial/model/EarthObservationJobStatus.h>
12#include <aws/sagemaker-geospatial/model/InputConfigOutput.h>
13#include <aws/sagemaker-geospatial/model/JobConfigInput.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace SageMakerGeospatial {
40 template <
typename ArnT = Aws::String>
42 m_arnHasBeenSet =
true;
43 m_arn = std::forward<ArnT>(value);
45 template <
typename ArnT = Aws::String>
47 SetArn(std::forward<ArnT>(value));
57 template <
typename CreationTimeT = Aws::Utils::DateTime>
59 m_creationTimeHasBeenSet =
true;
60 m_creationTime = std::forward<CreationTimeT>(value);
62 template <
typename CreationTimeT = Aws::Utils::DateTime>
75 m_durationInSecondsHasBeenSet =
true;
76 m_durationInSeconds = value;
90 template <
typename ExecutionRoleArnT = Aws::String>
92 m_executionRoleArnHasBeenSet =
true;
93 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
95 template <
typename ExecutionRoleArnT = Aws::String>
107 template <
typename InputConfigT = InputConfigOutput>
109 m_inputConfigHasBeenSet =
true;
110 m_inputConfig = std::forward<InputConfigT>(value);
112 template <
typename InputConfigT = InputConfigOutput>
124 template <
typename JobConfigT = JobConfigInput>
126 m_jobConfigHasBeenSet =
true;
127 m_jobConfig = std::forward<JobConfigT>(value);
129 template <
typename JobConfigT = JobConfigInput>
141 template <
typename KmsKeyIdT = Aws::String>
143 m_kmsKeyIdHasBeenSet =
true;
144 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
146 template <
typename KmsKeyIdT = Aws::String>
158 template <
typename NameT = Aws::String>
160 m_nameHasBeenSet =
true;
161 m_name = std::forward<NameT>(value);
163 template <
typename NameT = Aws::String>
165 SetName(std::forward<NameT>(value));
176 m_statusHasBeenSet =
true;
190 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
192 m_tagsHasBeenSet =
true;
193 m_tags = std::forward<TagsT>(value);
195 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
197 SetTags(std::forward<TagsT>(value));
200 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
202 m_tagsHasBeenSet =
true;
203 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
211 template <
typename RequestIdT = Aws::String>
213 m_requestIdHasBeenSet =
true;
214 m_requestId = std::forward<RequestIdT>(value);
216 template <
typename RequestIdT = Aws::String>
227 int m_durationInSeconds{0};
231 InputConfigOutput m_inputConfig;
233 JobConfigInput m_jobConfig;
244 bool m_arnHasBeenSet =
false;
245 bool m_creationTimeHasBeenSet =
false;
246 bool m_durationInSecondsHasBeenSet =
false;
247 bool m_executionRoleArnHasBeenSet =
false;
248 bool m_inputConfigHasBeenSet =
false;
249 bool m_jobConfigHasBeenSet =
false;
250 bool m_kmsKeyIdHasBeenSet =
false;
251 bool m_nameHasBeenSet =
false;
252 bool m_statusHasBeenSet =
false;
253 bool m_tagsHasBeenSet =
false;
254 bool m_requestIdHasBeenSet =
false;
void SetInputConfig(InputConfigT &&value)
void SetJobConfig(JobConfigT &&value)
const Aws::String & GetRequestId() const
StartEarthObservationJobResult & WithStatus(EarthObservationJobStatus value)
StartEarthObservationJobResult & WithKmsKeyId(KmsKeyIdT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKERGEOSPATIAL_API StartEarthObservationJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKERGEOSPATIAL_API StartEarthObservationJobResult()=default
StartEarthObservationJobResult & WithName(NameT &&value)
StartEarthObservationJobResult & WithInputConfig(InputConfigT &&value)
StartEarthObservationJobResult & WithDurationInSeconds(int value)
EarthObservationJobStatus GetStatus() const
StartEarthObservationJobResult & WithJobConfig(JobConfigT &&value)
StartEarthObservationJobResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetName() const
int GetDurationInSeconds() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
StartEarthObservationJobResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
AWS_SAGEMAKERGEOSPATIAL_API StartEarthObservationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartEarthObservationJobResult & WithCreationTime(CreationTimeT &&value)
StartEarthObservationJobResult & WithTags(TagsT &&value)
StartEarthObservationJobResult & WithArn(ArnT &&value)
void SetDurationInSeconds(int value)
const JobConfigInput & GetJobConfig() const
const InputConfigOutput & GetInputConfig() const
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetKmsKeyId() const
StartEarthObservationJobResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetStatus(EarthObservationJobStatus value)
void SetKmsKeyId(KmsKeyIdT &&value)
void SetName(NameT &&value)
void SetArn(ArnT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetArn() const
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetExecutionRoleArn() const
EarthObservationJobStatus
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