AWS SDK for C++

AWS SDK for C++ Version 1.11.612

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#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace SageMakerGeospatial
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_SAGEMAKERGEOSPATIAL_API ExportErrorDetails() = default;
36 AWS_SAGEMAKERGEOSPATIAL_API ExportErrorDetails(Aws::Utils::Json::JsonView jsonValue);
37 AWS_SAGEMAKERGEOSPATIAL_API ExportErrorDetails& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const ExportErrorDetailsOutput& GetExportResults() const { return m_exportResults; }
47 inline bool ExportResultsHasBeenSet() const { return m_exportResultsHasBeenSet; }
48 template<typename ExportResultsT = ExportErrorDetailsOutput>
49 void SetExportResults(ExportResultsT&& value) { m_exportResultsHasBeenSet = true; m_exportResults = std::forward<ExportResultsT>(value); }
50 template<typename ExportResultsT = ExportErrorDetailsOutput>
51 ExportErrorDetails& WithExportResults(ExportResultsT&& value) { SetExportResults(std::forward<ExportResultsT>(value)); return *this;}
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) { m_exportSourceImagesHasBeenSet = true; m_exportSourceImages = std::forward<ExportSourceImagesT>(value); }
63 template<typename ExportSourceImagesT = ExportErrorDetailsOutput>
64 ExportErrorDetails& WithExportSourceImages(ExportSourceImagesT&& value) { SetExportSourceImages(std::forward<ExportSourceImagesT>(value)); return *this;}
66 private:
67
68 ExportErrorDetailsOutput m_exportResults;
69 bool m_exportResultsHasBeenSet = false;
70
71 ExportErrorDetailsOutput m_exportSourceImages;
72 bool m_exportSourceImagesHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace SageMakerGeospatial
77} // 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