AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
36
37
39
43 inline const Aws::String& GetArn() const{ return m_arn; }
44 inline void SetArn(const Aws::String& value) { m_arn = value; }
45 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
46 inline void SetArn(const char* value) { m_arn.assign(value); }
47 inline ExportEarthObservationJobResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
48 inline ExportEarthObservationJobResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
49 inline ExportEarthObservationJobResult& WithArn(const char* value) { SetArn(value); return *this;}
51
53
56 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
57 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; }
58 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); }
60 inline ExportEarthObservationJobResult& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
62
64
68 inline const Aws::String& GetExecutionRoleArn() const{ return m_executionRoleArn; }
69 inline void SetExecutionRoleArn(const Aws::String& value) { m_executionRoleArn = value; }
70 inline void SetExecutionRoleArn(Aws::String&& value) { m_executionRoleArn = std::move(value); }
71 inline void SetExecutionRoleArn(const char* value) { m_executionRoleArn.assign(value); }
73 inline ExportEarthObservationJobResult& WithExecutionRoleArn(Aws::String&& value) { SetExecutionRoleArn(std::move(value)); return *this;}
74 inline ExportEarthObservationJobResult& WithExecutionRoleArn(const char* value) { SetExecutionRoleArn(value); return *this;}
76
78
81 inline bool GetExportSourceImages() const{ return m_exportSourceImages; }
82 inline void SetExportSourceImages(bool value) { m_exportSourceImages = value; }
85
87
90 inline const EarthObservationJobExportStatus& GetExportStatus() const{ return m_exportStatus; }
91 inline void SetExportStatus(const EarthObservationJobExportStatus& value) { m_exportStatus = value; }
92 inline void SetExportStatus(EarthObservationJobExportStatus&& value) { m_exportStatus = std::move(value); }
96
98
101 inline const OutputConfigInput& GetOutputConfig() const{ return m_outputConfig; }
102 inline void SetOutputConfig(const OutputConfigInput& value) { m_outputConfig = value; }
103 inline void SetOutputConfig(OutputConfigInput&& value) { m_outputConfig = std::move(value); }
105 inline ExportEarthObservationJobResult& WithOutputConfig(OutputConfigInput&& value) { SetOutputConfig(std::move(value)); return *this;}
107
109
110 inline const Aws::String& GetRequestId() const{ return m_requestId; }
111 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
112 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
113 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
114 inline ExportEarthObservationJobResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
115 inline ExportEarthObservationJobResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
116 inline ExportEarthObservationJobResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
118 private:
119
120 Aws::String m_arn;
121
122 Aws::Utils::DateTime m_creationTime;
123
124 Aws::String m_executionRoleArn;
125
126 bool m_exportSourceImages;
127
128 EarthObservationJobExportStatus m_exportStatus;
129
130 OutputConfigInput m_outputConfig;
131
132 Aws::String m_requestId;
133 };
134
135} // namespace Model
136} // namespace SageMakerGeospatial
137} // namespace Aws
ExportEarthObservationJobResult & WithExecutionRoleArn(const Aws::String &value)
ExportEarthObservationJobResult & WithRequestId(const Aws::String &value)
ExportEarthObservationJobResult & WithExecutionRoleArn(const char *value)
AWS_SAGEMAKERGEOSPATIAL_API ExportEarthObservationJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ExportEarthObservationJobResult & WithRequestId(Aws::String &&value)
ExportEarthObservationJobResult & WithCreationTime(const Aws::Utils::DateTime &value)
ExportEarthObservationJobResult & WithCreationTime(Aws::Utils::DateTime &&value)
ExportEarthObservationJobResult & WithExecutionRoleArn(Aws::String &&value)
ExportEarthObservationJobResult & WithExportStatus(const EarthObservationJobExportStatus &value)
ExportEarthObservationJobResult & WithOutputConfig(const OutputConfigInput &value)
ExportEarthObservationJobResult & WithExportStatus(EarthObservationJobExportStatus &&value)
ExportEarthObservationJobResult & WithOutputConfig(OutputConfigInput &&value)
AWS_SAGEMAKERGEOSPATIAL_API ExportEarthObservationJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ExportEarthObservationJobResult & WithArn(Aws::String &&value)
ExportEarthObservationJobResult & WithArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue