7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
9#include <aws/neptune-graph/model/ExportFilter.h>
10#include <aws/neptune-graph/model/ExportFormat.h>
11#include <aws/neptune-graph/model/ExportTaskDetails.h>
12#include <aws/neptune-graph/model/ExportTaskStatus.h>
13#include <aws/neptune-graph/model/ParquetType.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace NeptuneGraph {
39 template <
typename GraphIdT = Aws::String>
41 m_graphIdHasBeenSet =
true;
42 m_graphId = std::forward<GraphIdT>(value);
44 template <
typename GraphIdT = Aws::String>
57 template <
typename RoleArnT = Aws::String>
59 m_roleArnHasBeenSet =
true;
60 m_roleArn = std::forward<RoleArnT>(value);
62 template <
typename RoleArnT = Aws::String>
74 template <
typename TaskIdT = Aws::String>
76 m_taskIdHasBeenSet =
true;
77 m_taskId = std::forward<TaskIdT>(value);
79 template <
typename TaskIdT = Aws::String>
92 m_statusHasBeenSet =
true;
107 m_formatHasBeenSet =
true;
121 template <
typename DestinationT = Aws::String>
123 m_destinationHasBeenSet =
true;
124 m_destination = std::forward<DestinationT>(value);
126 template <
typename DestinationT = Aws::String>
138 template <
typename KmsKeyIdentifierT = Aws::String>
140 m_kmsKeyIdentifierHasBeenSet =
true;
141 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
143 template <
typename KmsKeyIdentifierT = Aws::String>
156 m_parquetTypeHasBeenSet =
true;
157 m_parquetType = value;
170 template <
typename StatusReasonT = Aws::String>
172 m_statusReasonHasBeenSet =
true;
173 m_statusReason = std::forward<StatusReasonT>(value);
175 template <
typename StatusReasonT = Aws::String>
187 template <
typename ExportTaskDetailsT = ExportTaskDetails>
189 m_exportTaskDetailsHasBeenSet =
true;
190 m_exportTaskDetails = std::forward<ExportTaskDetailsT>(value);
192 template <
typename ExportTaskDetailsT = ExportTaskDetails>
204 template <
typename ExportFilterT = ExportFilter>
206 m_exportFilterHasBeenSet =
true;
207 m_exportFilter = std::forward<ExportFilterT>(value);
209 template <
typename ExportFilterT = ExportFilter>
219 template <
typename RequestIdT = Aws::String>
221 m_requestIdHasBeenSet =
true;
222 m_requestId = std::forward<RequestIdT>(value);
224 template <
typename RequestIdT = Aws::String>
249 ExportTaskDetails m_exportTaskDetails;
251 ExportFilter m_exportFilter;
254 bool m_graphIdHasBeenSet =
false;
255 bool m_roleArnHasBeenSet =
false;
256 bool m_taskIdHasBeenSet =
false;
257 bool m_statusHasBeenSet =
false;
258 bool m_formatHasBeenSet =
false;
259 bool m_destinationHasBeenSet =
false;
260 bool m_kmsKeyIdentifierHasBeenSet =
false;
261 bool m_parquetTypeHasBeenSet =
false;
262 bool m_statusReasonHasBeenSet =
false;
263 bool m_exportTaskDetailsHasBeenSet =
false;
264 bool m_exportFilterHasBeenSet =
false;
265 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDestination() const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
ExportTaskStatus GetStatus() const
const Aws::String & GetStatusReason() const
const Aws::String & GetKmsKeyIdentifier() const
GetExportTaskResult & WithRoleArn(RoleArnT &&value)
void SetExportTaskDetails(ExportTaskDetailsT &&value)
void SetGraphId(GraphIdT &&value)
void SetFormat(ExportFormat value)
GetExportTaskResult & WithDestination(DestinationT &&value)
void SetExportFilter(ExportFilterT &&value)
const Aws::String & GetGraphId() const
GetExportTaskResult & WithStatusReason(StatusReasonT &&value)
void SetParquetType(ParquetType value)
void SetRequestId(RequestIdT &&value)
ParquetType GetParquetType() const
const Aws::String & GetRequestId() const
ExportFormat GetFormat() const
void SetTaskId(TaskIdT &&value)
GetExportTaskResult & WithExportTaskDetails(ExportTaskDetailsT &&value)
GetExportTaskResult & WithTaskId(TaskIdT &&value)
const Aws::String & GetTaskId() const
AWS_NEPTUNEGRAPH_API GetExportTaskResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetExportTaskResult & WithRequestId(RequestIdT &&value)
GetExportTaskResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
GetExportTaskResult & WithFormat(ExportFormat value)
AWS_NEPTUNEGRAPH_API GetExportTaskResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRoleArn(RoleArnT &&value)
const ExportFilter & GetExportFilter() const
void SetStatusReason(StatusReasonT &&value)
GetExportTaskResult & WithGraphId(GraphIdT &&value)
GetExportTaskResult & WithParquetType(ParquetType value)
const Aws::String & GetRoleArn() const
GetExportTaskResult & WithExportFilter(ExportFilterT &&value)
void SetStatus(ExportTaskStatus value)
AWS_NEPTUNEGRAPH_API GetExportTaskResult()=default
GetExportTaskResult & WithStatus(ExportTaskStatus value)
const ExportTaskDetails & GetExportTaskDetails() const
void SetDestination(DestinationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue