7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/sagemaker-geospatial/model/ExportErrorDetailsOutput.h>
21namespace SageMakerGeospatial
48 template<
typename ExportResultsT = ExportErrorDetailsOutput>
49 void SetExportResults(ExportResultsT&& value) { m_exportResultsHasBeenSet =
true; m_exportResults = std::forward<ExportResultsT>(value); }
50 template<
typename ExportResultsT = ExportErrorDetailsOutput>
61 template<
typename ExportSourceImagesT = ExportErrorDetailsOutput>
62 void SetExportSourceImages(ExportSourceImagesT&& value) { m_exportSourceImagesHasBeenSet =
true; m_exportSourceImages = std::forward<ExportSourceImagesT>(value); }
63 template<
typename ExportSourceImagesT = ExportErrorDetailsOutput>
69 bool m_exportResultsHasBeenSet =
false;
72 bool m_exportSourceImagesHasBeenSet =
false;
const ExportErrorDetailsOutput & GetExportResults() const
ExportErrorDetails & WithExportResults(ExportResultsT &&value)
void SetExportSourceImages(ExportSourceImagesT &&value)
AWS_SAGEMAKERGEOSPATIAL_API ExportErrorDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKERGEOSPATIAL_API ExportErrorDetails()=default
bool ExportResultsHasBeenSet() const
const ExportErrorDetailsOutput & GetExportSourceImages() const
AWS_SAGEMAKERGEOSPATIAL_API ExportErrorDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ExportSourceImagesHasBeenSet() const
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
ExportErrorDetails & WithExportSourceImages(ExportSourceImagesT &&value)
void SetExportResults(ExportResultsT &&value)
Aws::Utils::Json::JsonValue JsonValue