7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
10#include <aws/neptune-graph/model/ExportFilter.h>
11#include <aws/neptune-graph/model/ExportFormat.h>
12#include <aws/neptune-graph/model/ExportTaskDetails.h>
13#include <aws/neptune-graph/model/ExportTaskStatus.h>
14#include <aws/neptune-graph/model/ParquetType.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace NeptuneGraph {
40 template <
typename GraphIdT = Aws::String>
42 m_graphIdHasBeenSet =
true;
43 m_graphId = std::forward<GraphIdT>(value);
45 template <
typename GraphIdT = Aws::String>
58 template <
typename RoleArnT = Aws::String>
60 m_roleArnHasBeenSet =
true;
61 m_roleArn = std::forward<RoleArnT>(value);
63 template <
typename RoleArnT = Aws::String>
75 template <
typename TaskIdT = Aws::String>
77 m_taskIdHasBeenSet =
true;
78 m_taskId = std::forward<TaskIdT>(value);
80 template <
typename TaskIdT = Aws::String>
93 m_statusHasBeenSet =
true;
108 m_formatHasBeenSet =
true;
122 template <
typename DestinationT = Aws::String>
124 m_destinationHasBeenSet =
true;
125 m_destination = std::forward<DestinationT>(value);
127 template <
typename DestinationT = Aws::String>
139 template <
typename KmsKeyIdentifierT = Aws::String>
141 m_kmsKeyIdentifierHasBeenSet =
true;
142 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
144 template <
typename KmsKeyIdentifierT = Aws::String>
157 m_parquetTypeHasBeenSet =
true;
158 m_parquetType = value;
171 template <
typename StatusReasonT = Aws::String>
173 m_statusReasonHasBeenSet =
true;
174 m_statusReason = std::forward<StatusReasonT>(value);
176 template <
typename StatusReasonT = Aws::String>
188 template <
typename ExportTaskDetailsT = ExportTaskDetails>
190 m_exportTaskDetailsHasBeenSet =
true;
191 m_exportTaskDetails = std::forward<ExportTaskDetailsT>(value);
193 template <
typename ExportTaskDetailsT = ExportTaskDetails>
205 template <
typename ExportFilterT = ExportFilter>
207 m_exportFilterHasBeenSet =
true;
208 m_exportFilter = std::forward<ExportFilterT>(value);
210 template <
typename ExportFilterT = ExportFilter>
220 template <
typename RequestIdT = Aws::String>
222 m_requestIdHasBeenSet =
true;
223 m_requestId = std::forward<RequestIdT>(value);
225 template <
typename RequestIdT = Aws::String>
252 ExportTaskDetails m_exportTaskDetails;
254 ExportFilter m_exportFilter;
258 bool m_graphIdHasBeenSet =
false;
259 bool m_roleArnHasBeenSet =
false;
260 bool m_taskIdHasBeenSet =
false;
261 bool m_statusHasBeenSet =
false;
262 bool m_formatHasBeenSet =
false;
263 bool m_destinationHasBeenSet =
false;
264 bool m_kmsKeyIdentifierHasBeenSet =
false;
265 bool m_parquetTypeHasBeenSet =
false;
266 bool m_statusReasonHasBeenSet =
false;
267 bool m_exportTaskDetailsHasBeenSet =
false;
268 bool m_exportFilterHasBeenSet =
false;
269 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
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetDestination(DestinationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue