AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
ExportEarthObservationJobResult.h
1
6#pragma once
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>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace SageMakerGeospatial
27{
28namespace Model
29{
31 {
32 public:
33 AWS_SAGEMAKERGEOSPATIAL_API ExportEarthObservationJobResult() = default;
36
37
39
43 inline const Aws::String& GetArn() const { return m_arn; }
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>
47 ExportEarthObservationJobResult& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
49
51
54 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
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>
58 ExportEarthObservationJobResult& WithCreationTime(CreationTimeT&& value) { SetCreationTime(std::forward<CreationTimeT>(value)); return *this;}
60
62
66 inline const Aws::String& GetExecutionRoleArn() const { return m_executionRoleArn; }
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>
70 ExportEarthObservationJobResult& WithExecutionRoleArn(ExecutionRoleArnT&& value) { SetExecutionRoleArn(std::forward<ExecutionRoleArnT>(value)); return *this;}
72
74
77 inline bool GetExportSourceImages() const { return m_exportSourceImages; }
78 inline void SetExportSourceImages(bool value) { m_exportSourceImagesHasBeenSet = true; m_exportSourceImages = value; }
81
83
86 inline EarthObservationJobExportStatus GetExportStatus() const { return m_exportStatus; }
87 inline void SetExportStatus(EarthObservationJobExportStatus value) { m_exportStatusHasBeenSet = true; m_exportStatus = value; }
90
92
95 inline const OutputConfigInput& GetOutputConfig() const { return m_outputConfig; }
96 template<typename OutputConfigT = OutputConfigInput>
97 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet = true; m_outputConfig = std::forward<OutputConfigT>(value); }
98 template<typename OutputConfigT = OutputConfigInput>
99 ExportEarthObservationJobResult& WithOutputConfig(OutputConfigT&& value) { SetOutputConfig(std::forward<OutputConfigT>(value)); return *this;}
101
103
104 inline const Aws::String& GetRequestId() const { return m_requestId; }
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>
108 ExportEarthObservationJobResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
110 private:
111
112 Aws::String m_arn;
113 bool m_arnHasBeenSet = false;
114
115 Aws::Utils::DateTime m_creationTime{};
116 bool m_creationTimeHasBeenSet = false;
117
118 Aws::String m_executionRoleArn;
119 bool m_executionRoleArnHasBeenSet = false;
120
121 bool m_exportSourceImages{false};
122 bool m_exportSourceImagesHasBeenSet = false;
123
125 bool m_exportStatusHasBeenSet = false;
126
127 OutputConfigInput m_outputConfig;
128 bool m_outputConfigHasBeenSet = false;
129
130 Aws::String m_requestId;
131 bool m_requestIdHasBeenSet = false;
132 };
133
134} // namespace Model
135} // namespace SageMakerGeospatial
136} // namespace Aws
AWS_SAGEMAKERGEOSPATIAL_API ExportEarthObservationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SAGEMAKERGEOSPATIAL_API ExportEarthObservationJobResult()=default
ExportEarthObservationJobResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
ExportEarthObservationJobResult & WithOutputConfig(OutputConfigT &&value)
AWS_SAGEMAKERGEOSPATIAL_API ExportEarthObservationJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ExportEarthObservationJobResult & WithCreationTime(CreationTimeT &&value)
ExportEarthObservationJobResult & WithExportStatus(EarthObservationJobExportStatus value)
ExportEarthObservationJobResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue