7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker-geospatial/SageMakerGeospatialRequest.h>
11#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
12#include <aws/sagemaker-geospatial/model/InputConfigInput.h>
13#include <aws/sagemaker-geospatial/model/JobConfigInput.h>
18namespace SageMakerGeospatial {
41 template <
typename ClientTokenT = Aws::String>
43 m_clientTokenHasBeenSet =
true;
44 m_clientToken = std::forward<ClientTokenT>(value);
46 template <
typename ClientTokenT = Aws::String>
60 template <
typename ExecutionRoleArnT = Aws::String>
62 m_executionRoleArnHasBeenSet =
true;
63 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
65 template <
typename ExecutionRoleArnT = Aws::String>
78 template <
typename InputConfigT = InputConfigInput>
80 m_inputConfigHasBeenSet =
true;
81 m_inputConfig = std::forward<InputConfigT>(value);
83 template <
typename InputConfigT = InputConfigInput>
96 template <
typename JobConfigT = JobConfigInput>
98 m_jobConfigHasBeenSet =
true;
99 m_jobConfig = std::forward<JobConfigT>(value);
101 template <
typename JobConfigT = JobConfigInput>
114 template <
typename KmsKeyIdT = Aws::String>
116 m_kmsKeyIdHasBeenSet =
true;
117 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
119 template <
typename KmsKeyIdT = Aws::String>
132 template <
typename NameT = Aws::String>
134 m_nameHasBeenSet =
true;
135 m_name = std::forward<NameT>(value);
137 template <
typename NameT = Aws::String>
139 SetName(std::forward<NameT>(value));
150 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
152 m_tagsHasBeenSet =
true;
153 m_tags = std::forward<TagsT>(value);
155 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
157 SetTags(std::forward<TagsT>(value));
160 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
162 m_tagsHasBeenSet =
true;
163 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
172 InputConfigInput m_inputConfig;
174 JobConfigInput m_jobConfig;
181 bool m_clientTokenHasBeenSet =
true;
182 bool m_executionRoleArnHasBeenSet =
false;
183 bool m_inputConfigHasBeenSet =
false;
184 bool m_jobConfigHasBeenSet =
false;
185 bool m_kmsKeyIdHasBeenSet =
false;
186 bool m_nameHasBeenSet =
false;
187 bool m_tagsHasBeenSet =
false;
void SetKmsKeyId(KmsKeyIdT &&value)
StartEarthObservationJobRequest & WithTags(TagsT &&value)
StartEarthObservationJobRequest & WithJobConfig(JobConfigT &&value)
bool InputConfigHasBeenSet() const
StartEarthObservationJobRequest & WithInputConfig(InputConfigT &&value)
const JobConfigInput & GetJobConfig() const
const Aws::String & GetKmsKeyId() const
void SetName(NameT &&value)
bool JobConfigHasBeenSet() const
const Aws::String & GetName() const
bool ExecutionRoleArnHasBeenSet() const
AWS_SAGEMAKERGEOSPATIAL_API Aws::String SerializePayload() const override
void SetJobConfig(JobConfigT &&value)
const Aws::String & GetExecutionRoleArn() const
StartEarthObservationJobRequest & WithKmsKeyId(KmsKeyIdT &&value)
void SetTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TagsHasBeenSet() const
bool NameHasBeenSet() const
AWS_SAGEMAKERGEOSPATIAL_API StartEarthObservationJobRequest()=default
StartEarthObservationJobRequest & WithClientToken(ClientTokenT &&value)
StartEarthObservationJobRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool ClientTokenHasBeenSet() const
StartEarthObservationJobRequest & WithExecutionRoleArn(ExecutionRoleArnT &&value)
bool KmsKeyIdHasBeenSet() const
const Aws::String & GetClientToken() const
virtual const char * GetServiceRequestName() const override
void SetClientToken(ClientTokenT &&value)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
const InputConfigInput & GetInputConfig() const
StartEarthObservationJobRequest & WithName(NameT &&value)
void SetInputConfig(InputConfigT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
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