AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
ExportErrorDetails.h
1
6#pragma once
7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/sagemaker-geospatial/model/ExportErrorDetailsOutput.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SageMakerGeospatial {
20namespace Model {
21
29 public:
30 AWS_SAGEMAKERGEOSPATIAL_API ExportErrorDetails() = default;
31 AWS_SAGEMAKERGEOSPATIAL_API ExportErrorDetails(Aws::Utils::Json::JsonView jsonValue);
32 AWS_SAGEMAKERGEOSPATIAL_API ExportErrorDetails& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const ExportErrorDetailsOutput& GetExportResults() const { return m_exportResults; }
41 inline bool ExportResultsHasBeenSet() const { return m_exportResultsHasBeenSet; }
42 template <typename ExportResultsT = ExportErrorDetailsOutput>
43 void SetExportResults(ExportResultsT&& value) {
44 m_exportResultsHasBeenSet = true;
45 m_exportResults = std::forward<ExportResultsT>(value);
46 }
47 template <typename ExportResultsT = ExportErrorDetailsOutput>
48 ExportErrorDetails& WithExportResults(ExportResultsT&& value) {
49 SetExportResults(std::forward<ExportResultsT>(value));
50 return *this;
51 }
53
55
59 inline const ExportErrorDetailsOutput& GetExportSourceImages() const { return m_exportSourceImages; }
60 inline bool ExportSourceImagesHasBeenSet() const { return m_exportSourceImagesHasBeenSet; }
61 template <typename ExportSourceImagesT = ExportErrorDetailsOutput>
62 void SetExportSourceImages(ExportSourceImagesT&& value) {
63 m_exportSourceImagesHasBeenSet = true;
64 m_exportSourceImages = std::forward<ExportSourceImagesT>(value);
65 }
66 template <typename ExportSourceImagesT = ExportErrorDetailsOutput>
67 ExportErrorDetails& WithExportSourceImages(ExportSourceImagesT&& value) {
68 SetExportSourceImages(std::forward<ExportSourceImagesT>(value));
69 return *this;
70 }
72 private:
73 ExportErrorDetailsOutput m_exportResults;
74
75 ExportErrorDetailsOutput m_exportSourceImages;
76 bool m_exportResultsHasBeenSet = false;
77 bool m_exportSourceImagesHasBeenSet = false;
78};
79
80} // namespace Model
81} // namespace SageMakerGeospatial
82} // namespace Aws
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
const ExportErrorDetailsOutput & GetExportSourceImages() const
AWS_SAGEMAKERGEOSPATIAL_API ExportErrorDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
ExportErrorDetails & WithExportSourceImages(ExportSourceImagesT &&value)
Aws::Utils::Json::JsonValue JsonValue