7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/sagemaker-geospatial/SageMakerGeospatialRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker-geospatial/model/InputConfigInput.h>
11#include <aws/sagemaker-geospatial/model/JobConfigInput.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/core/utils/UUID.h>
18namespace SageMakerGeospatial
47 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
62 inline void SetExecutionRoleArn(
const char* value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn.assign(value); }
100 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
114 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
141 bool m_clientTokenHasBeenSet =
false;
144 bool m_executionRoleArnHasBeenSet =
false;
147 bool m_inputConfigHasBeenSet =
false;
150 bool m_jobConfigHasBeenSet =
false;
153 bool m_kmsKeyIdHasBeenSet =
false;
156 bool m_nameHasBeenSet =
false;
159 bool m_tagsHasBeenSet =
false;
StartEarthObservationJobRequest & AddTags(Aws::String &&key, Aws::String &&value)
StartEarthObservationJobRequest & WithClientToken(const Aws::String &value)
StartEarthObservationJobRequest & WithExecutionRoleArn(const Aws::String &value)
StartEarthObservationJobRequest & WithExecutionRoleArn(const char *value)
void SetName(Aws::String &&value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetInputConfig(InputConfigInput &&value)
void SetJobConfig(const JobConfigInput &value)
StartEarthObservationJobRequest & AddTags(Aws::String &&key, const Aws::String &value)
StartEarthObservationJobRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
bool InputConfigHasBeenSet() const
void SetClientToken(Aws::String &&value)
StartEarthObservationJobRequest & WithKmsKeyId(const char *value)
const JobConfigInput & GetJobConfig() const
StartEarthObservationJobRequest & WithJobConfig(JobConfigInput &&value)
StartEarthObservationJobRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetKmsKeyId(const char *value)
StartEarthObservationJobRequest & WithKmsKeyId(Aws::String &&value)
const Aws::String & GetKmsKeyId() const
StartEarthObservationJobRequest & AddTags(const Aws::String &key, Aws::String &&value)
bool JobConfigHasBeenSet() const
const Aws::String & GetName() const
bool ExecutionRoleArnHasBeenSet() const
AWS_SAGEMAKERGEOSPATIAL_API Aws::String SerializePayload() const override
StartEarthObservationJobRequest & WithName(Aws::String &&value)
StartEarthObservationJobRequest & AddTags(const char *key, Aws::String &&value)
const Aws::String & GetExecutionRoleArn() const
StartEarthObservationJobRequest & WithClientToken(Aws::String &&value)
StartEarthObservationJobRequest & WithClientToken(const char *value)
AWS_SAGEMAKERGEOSPATIAL_API StartEarthObservationJobRequest()
StartEarthObservationJobRequest & WithInputConfig(const InputConfigInput &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TagsHasBeenSet() const
bool NameHasBeenSet() const
StartEarthObservationJobRequest & WithInputConfig(InputConfigInput &&value)
StartEarthObservationJobRequest & WithName(const Aws::String &value)
StartEarthObservationJobRequest & WithName(const char *value)
StartEarthObservationJobRequest & AddTags(const Aws::String &key, const Aws::String &value)
bool ClientTokenHasBeenSet() const
void SetExecutionRoleArn(const Aws::String &value)
void SetName(const char *value)
StartEarthObservationJobRequest & AddTags(const char *key, const char *value)
bool KmsKeyIdHasBeenSet() const
void SetJobConfig(JobConfigInput &&value)
const Aws::String & GetClientToken() const
virtual const char * GetServiceRequestName() const override
void SetClientToken(const Aws::String &value)
StartEarthObservationJobRequest & WithJobConfig(const JobConfigInput &value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetKmsKeyId(Aws::String &&value)
void SetKmsKeyId(const Aws::String &value)
StartEarthObservationJobRequest & WithExecutionRoleArn(Aws::String &&value)
void SetName(const Aws::String &value)
void SetClientToken(const char *value)
const InputConfigInput & GetInputConfig() const
void SetExecutionRoleArn(const char *value)
void SetExecutionRoleArn(Aws::String &&value)
StartEarthObservationJobRequest & WithKmsKeyId(const Aws::String &value)
void SetInputConfig(const InputConfigInput &value)
StartEarthObservationJobRequest & AddTags(Aws::String &&key, const char *value)
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