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/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
12#include <aws/sagemaker-geospatial/model/EarthObservationJobStatus.h>
13#include <aws/sagemaker-geospatial/model/InputConfigOutput.h>
14#include <aws/sagemaker-geospatial/model/JobConfigInput.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace SageMakerGeospatial {
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
58 template <
typename CreationTimeT = Aws::Utils::DateTime>
60 m_creationTimeHasBeenSet =
true;
61 m_creationTime = std::forward<CreationTimeT>(value);
63 template <
typename CreationTimeT = Aws::Utils::DateTime>
76 m_durationInSecondsHasBeenSet =
true;
77 m_durationInSeconds = value;
91 template <
typename ExecutionRoleArnT = Aws::String>
93 m_executionRoleArnHasBeenSet =
true;
94 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
96 template <
typename ExecutionRoleArnT = Aws::String>
108 template <
typename InputConfigT = InputConfigOutput>
110 m_inputConfigHasBeenSet =
true;
111 m_inputConfig = std::forward<InputConfigT>(value);
113 template <
typename InputConfigT = InputConfigOutput>
125 template <
typename JobConfigT = JobConfigInput>
127 m_jobConfigHasBeenSet =
true;
128 m_jobConfig = std::forward<JobConfigT>(value);
130 template <
typename JobConfigT = JobConfigInput>
142 template <
typename KmsKeyIdT = Aws::String>
144 m_kmsKeyIdHasBeenSet =
true;
145 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
147 template <
typename KmsKeyIdT = Aws::String>
159 template <
typename NameT = Aws::String>
161 m_nameHasBeenSet =
true;
162 m_name = std::forward<NameT>(value);
164 template <
typename NameT = Aws::String>
166 SetName(std::forward<NameT>(value));
177 m_statusHasBeenSet =
true;
191 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
193 m_tagsHasBeenSet =
true;
194 m_tags = std::forward<TagsT>(value);
196 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
198 SetTags(std::forward<TagsT>(value));
201 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
203 m_tagsHasBeenSet =
true;
204 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
212 template <
typename RequestIdT = Aws::String>
214 m_requestIdHasBeenSet =
true;
215 m_requestId = std::forward<RequestIdT>(value);
217 template <
typename RequestIdT = Aws::String>
230 int m_durationInSeconds{0};
234 InputConfigOutput m_inputConfig;
236 JobConfigInput m_jobConfig;
248 bool m_arnHasBeenSet =
false;
249 bool m_creationTimeHasBeenSet =
false;
250 bool m_durationInSecondsHasBeenSet =
false;
251 bool m_executionRoleArnHasBeenSet =
false;
252 bool m_inputConfigHasBeenSet =
false;
253 bool m_jobConfigHasBeenSet =
false;
254 bool m_kmsKeyIdHasBeenSet =
false;
255 bool m_nameHasBeenSet =
false;
256 bool m_statusHasBeenSet =
false;
257 bool m_tagsHasBeenSet =
false;
258 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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