7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/sagemaker-geospatial/model/EarthObservationJobExportStatus.h>
11#include <aws/sagemaker-geospatial/model/OutputConfigInput.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace 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>
55 template<
typename CreationTimeT = Aws::Utils::DateTime>
56 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
57 template<
typename CreationTimeT = Aws::Utils::DateTime>
67 template<
typename ExecutionRoleArnT = Aws::String>
68 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
69 template<
typename ExecutionRoleArnT = Aws::String>
78 inline void SetExportSourceImages(
bool value) { m_exportSourceImagesHasBeenSet =
true; m_exportSourceImages = value; }
96 template<
typename OutputConfigT = OutputConfigInput>
97 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
98 template<
typename OutputConfigT = OutputConfigInput>
105 template<
typename RequestIdT = Aws::String>
106 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
107 template<
typename RequestIdT = Aws::String>
113 bool m_arnHasBeenSet =
false;
116 bool m_creationTimeHasBeenSet =
false;
119 bool m_executionRoleArnHasBeenSet =
false;
121 bool m_exportSourceImages{
false};
122 bool m_exportSourceImagesHasBeenSet =
false;
125 bool m_exportStatusHasBeenSet =
false;
127 OutputConfigInput m_outputConfig;
128 bool m_outputConfigHasBeenSet =
false;
131 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetArn() const
void SetExportStatus(EarthObservationJobExportStatus value)
ExportEarthObservationJobResult & WithArn(ArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKERGEOSPATIAL_API ExportEarthObservationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKERGEOSPATIAL_API ExportEarthObservationJobResult()=default
bool GetExportSourceImages() const
void SetOutputConfig(OutputConfigT &&value)
void SetArn(ArnT &&value)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
ExportEarthObservationJobResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetExecutionRoleArn() const
const OutputConfigInput & GetOutputConfig() const
void SetExportSourceImages(bool value)
ExportEarthObservationJobResult & WithExportSourceImages(bool value)
ExportEarthObservationJobResult & WithOutputConfig(OutputConfigT &&value)
AWS_SAGEMAKERGEOSPATIAL_API ExportEarthObservationJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
EarthObservationJobExportStatus GetExportStatus() const
void SetRequestId(RequestIdT &&value)
ExportEarthObservationJobResult & WithCreationTime(CreationTimeT &&value)
ExportEarthObservationJobResult & WithExportStatus(EarthObservationJobExportStatus value)
ExportEarthObservationJobResult & WithRequestId(RequestIdT &&value)
void SetCreationTime(CreationTimeT &&value)
EarthObservationJobExportStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue