AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
StartExportTaskResult.h
1
6#pragma once
7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptune-graph/model/ExportTaskStatus.h>
10#include <aws/neptune-graph/model/ExportFormat.h>
11#include <aws/neptune-graph/model/ParquetType.h>
12#include <aws/neptune-graph/model/ExportFilter.h>
13#include <utility>
14
15namespace Aws
16{
17template<typename RESULT_TYPE>
18class AmazonWebServiceResult;
19
20namespace Utils
21{
22namespace Json
23{
24 class JsonValue;
25} // namespace Json
26} // namespace Utils
27namespace NeptuneGraph
28{
29namespace Model
30{
32 {
33 public:
34 AWS_NEPTUNEGRAPH_API StartExportTaskResult() = default;
37
38
40
43 inline const Aws::String& GetGraphId() const { return m_graphId; }
44 template<typename GraphIdT = Aws::String>
45 void SetGraphId(GraphIdT&& value) { m_graphIdHasBeenSet = true; m_graphId = std::forward<GraphIdT>(value); }
46 template<typename GraphIdT = Aws::String>
47 StartExportTaskResult& WithGraphId(GraphIdT&& value) { SetGraphId(std::forward<GraphIdT>(value)); return *this;}
49
51
55 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
56 template<typename RoleArnT = Aws::String>
57 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet = true; m_roleArn = std::forward<RoleArnT>(value); }
58 template<typename RoleArnT = Aws::String>
59 StartExportTaskResult& WithRoleArn(RoleArnT&& value) { SetRoleArn(std::forward<RoleArnT>(value)); return *this;}
61
63
66 inline const Aws::String& GetTaskId() const { return m_taskId; }
67 template<typename TaskIdT = Aws::String>
68 void SetTaskId(TaskIdT&& value) { m_taskIdHasBeenSet = true; m_taskId = std::forward<TaskIdT>(value); }
69 template<typename TaskIdT = Aws::String>
70 StartExportTaskResult& WithTaskId(TaskIdT&& value) { SetTaskId(std::forward<TaskIdT>(value)); return *this;}
72
74
77 inline ExportTaskStatus GetStatus() const { return m_status; }
78 inline void SetStatus(ExportTaskStatus value) { m_statusHasBeenSet = true; m_status = value; }
79 inline StartExportTaskResult& WithStatus(ExportTaskStatus value) { SetStatus(value); return *this;}
81
83
86 inline ExportFormat GetFormat() const { return m_format; }
87 inline void SetFormat(ExportFormat value) { m_formatHasBeenSet = true; m_format = value; }
88 inline StartExportTaskResult& WithFormat(ExportFormat value) { SetFormat(value); return *this;}
90
92
95 inline const Aws::String& GetDestination() const { return m_destination; }
96 template<typename DestinationT = Aws::String>
97 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet = true; m_destination = std::forward<DestinationT>(value); }
98 template<typename DestinationT = Aws::String>
99 StartExportTaskResult& WithDestination(DestinationT&& value) { SetDestination(std::forward<DestinationT>(value)); return *this;}
101
103
106 inline const Aws::String& GetKmsKeyIdentifier() const { return m_kmsKeyIdentifier; }
107 template<typename KmsKeyIdentifierT = Aws::String>
108 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet = true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
109 template<typename KmsKeyIdentifierT = Aws::String>
110 StartExportTaskResult& WithKmsKeyIdentifier(KmsKeyIdentifierT&& value) { SetKmsKeyIdentifier(std::forward<KmsKeyIdentifierT>(value)); return *this;}
112
114
117 inline ParquetType GetParquetType() const { return m_parquetType; }
118 inline void SetParquetType(ParquetType value) { m_parquetTypeHasBeenSet = true; m_parquetType = value; }
119 inline StartExportTaskResult& WithParquetType(ParquetType value) { SetParquetType(value); return *this;}
121
123
126 inline const Aws::String& GetStatusReason() const { return m_statusReason; }
127 template<typename StatusReasonT = Aws::String>
128 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet = true; m_statusReason = std::forward<StatusReasonT>(value); }
129 template<typename StatusReasonT = Aws::String>
130 StartExportTaskResult& WithStatusReason(StatusReasonT&& value) { SetStatusReason(std::forward<StatusReasonT>(value)); return *this;}
132
134
137 inline const ExportFilter& GetExportFilter() const { return m_exportFilter; }
138 template<typename ExportFilterT = ExportFilter>
139 void SetExportFilter(ExportFilterT&& value) { m_exportFilterHasBeenSet = true; m_exportFilter = std::forward<ExportFilterT>(value); }
140 template<typename ExportFilterT = ExportFilter>
141 StartExportTaskResult& WithExportFilter(ExportFilterT&& value) { SetExportFilter(std::forward<ExportFilterT>(value)); return *this;}
143
145
146 inline const Aws::String& GetRequestId() const { return m_requestId; }
147 template<typename RequestIdT = Aws::String>
148 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
149 template<typename RequestIdT = Aws::String>
150 StartExportTaskResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
152 private:
153
154 Aws::String m_graphId;
155 bool m_graphIdHasBeenSet = false;
156
157 Aws::String m_roleArn;
158 bool m_roleArnHasBeenSet = false;
159
160 Aws::String m_taskId;
161 bool m_taskIdHasBeenSet = false;
162
164 bool m_statusHasBeenSet = false;
165
167 bool m_formatHasBeenSet = false;
168
169 Aws::String m_destination;
170 bool m_destinationHasBeenSet = false;
171
172 Aws::String m_kmsKeyIdentifier;
173 bool m_kmsKeyIdentifierHasBeenSet = false;
174
175 ParquetType m_parquetType{ParquetType::NOT_SET};
176 bool m_parquetTypeHasBeenSet = false;
177
178 Aws::String m_statusReason;
179 bool m_statusReasonHasBeenSet = false;
180
181 ExportFilter m_exportFilter;
182 bool m_exportFilterHasBeenSet = false;
183
184 Aws::String m_requestId;
185 bool m_requestIdHasBeenSet = false;
186 };
187
188} // namespace Model
189} // namespace NeptuneGraph
190} // namespace Aws
AWS_NEPTUNEGRAPH_API StartExportTaskResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartExportTaskResult & WithExportFilter(ExportFilterT &&value)
StartExportTaskResult & WithStatusReason(StatusReasonT &&value)
AWS_NEPTUNEGRAPH_API StartExportTaskResult()=default
StartExportTaskResult & WithRequestId(RequestIdT &&value)
StartExportTaskResult & WithTaskId(TaskIdT &&value)
AWS_NEPTUNEGRAPH_API StartExportTaskResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartExportTaskResult & WithFormat(ExportFormat value)
StartExportTaskResult & WithGraphId(GraphIdT &&value)
StartExportTaskResult & WithRoleArn(RoleArnT &&value)
StartExportTaskResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
StartExportTaskResult & WithDestination(DestinationT &&value)
StartExportTaskResult & WithParquetType(ParquetType value)
StartExportTaskResult & WithStatus(ExportTaskStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue