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/OutputConfigInput.h>
12#include <aws/core/utils/UUID.h>
16namespace SageMakerGeospatial
44 template<
typename ArnT = Aws::String>
45 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
46 template<
typename ArnT = Aws::String>
56 template<
typename ClientTokenT = Aws::String>
57 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
58 template<
typename ClientTokenT = Aws::String>
69 template<
typename ExecutionRoleArnT = Aws::String>
70 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
71 template<
typename ExecutionRoleArnT = Aws::String>
81 inline void SetExportSourceImages(
bool value) { m_exportSourceImagesHasBeenSet =
true; m_exportSourceImages = value; }
91 template<
typename OutputConfigT = OutputConfigInput>
92 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
93 template<
typename OutputConfigT = OutputConfigInput>
99 bool m_arnHasBeenSet =
false;
102 bool m_clientTokenHasBeenSet =
true;
105 bool m_executionRoleArnHasBeenSet =
false;
107 bool m_exportSourceImages{
false};
108 bool m_exportSourceImagesHasBeenSet =
false;
110 OutputConfigInput m_outputConfig;
111 bool m_outputConfigHasBeenSet =
false;
bool ExecutionRoleArnHasBeenSet() const
const OutputConfigInput & GetOutputConfig() const
const Aws::String & GetExecutionRoleArn() const
virtual const char * GetServiceRequestName() const override
void SetExportSourceImages(bool value)
AWS_SAGEMAKERGEOSPATIAL_API ExportEarthObservationJobRequest()=default
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
void SetClientToken(ClientTokenT &&value)
ExportEarthObservationJobRequest & WithOutputConfig(OutputConfigT &&value)
ExportEarthObservationJobRequest & WithExportSourceImages(bool value)
void SetArn(ArnT &&value)
bool OutputConfigHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetClientToken() const
bool ClientTokenHasBeenSet() const
AWS_SAGEMAKERGEOSPATIAL_API Aws::String SerializePayload() const override
ExportEarthObservationJobRequest & WithArn(ArnT &&value)
const Aws::String & GetArn() const
bool GetExportSourceImages() const
bool ExportSourceImagesHasBeenSet() const
ExportEarthObservationJobRequest & WithClientToken(ClientTokenT &&value)
void SetOutputConfig(OutputConfigT &&value)
ExportEarthObservationJobRequest & WithExecutionRoleArn(ExecutionRoleArnT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String