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/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 ExportFilterT = ExportFilter>
189 m_exportFilterHasBeenSet =
true;
190 m_exportFilter = std::forward<ExportFilterT>(value);
192 template <
typename ExportFilterT = ExportFilter>
202 template <
typename RequestIdT = Aws::String>
204 m_requestIdHasBeenSet =
true;
205 m_requestId = std::forward<RequestIdT>(value);
207 template <
typename RequestIdT = Aws::String>
234 ExportFilter m_exportFilter;
238 bool m_graphIdHasBeenSet =
false;
239 bool m_roleArnHasBeenSet =
false;
240 bool m_taskIdHasBeenSet =
false;
241 bool m_statusHasBeenSet =
false;
242 bool m_formatHasBeenSet =
false;
243 bool m_destinationHasBeenSet =
false;
244 bool m_kmsKeyIdentifierHasBeenSet =
false;
245 bool m_parquetTypeHasBeenSet =
false;
246 bool m_statusReasonHasBeenSet =
false;
247 bool m_exportFilterHasBeenSet =
false;
248 bool m_requestIdHasBeenSet =
false;
AWS_NEPTUNEGRAPH_API StartExportTaskResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetDestination(DestinationT &&value)
const Aws::String & GetRoleArn() const
const Aws::String & GetKmsKeyIdentifier() const
StartExportTaskResult & WithExportFilter(ExportFilterT &&value)
ExportTaskStatus GetStatus() const
StartExportTaskResult & WithStatusReason(StatusReasonT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetStatus(ExportTaskStatus value)
AWS_NEPTUNEGRAPH_API StartExportTaskResult()=default
void SetRoleArn(RoleArnT &&value)
StartExportTaskResult & WithRequestId(RequestIdT &&value)
void SetStatusReason(StatusReasonT &&value)
StartExportTaskResult & WithTaskId(TaskIdT &&value)
void SetGraphId(GraphIdT &&value)
AWS_NEPTUNEGRAPH_API StartExportTaskResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartExportTaskResult & WithFormat(ExportFormat value)
void SetTaskId(TaskIdT &&value)
const Aws::String & GetTaskId() const
const Aws::String & GetDestination() const
const ExportFilter & GetExportFilter() const
void SetExportFilter(ExportFilterT &&value)
StartExportTaskResult & WithGraphId(GraphIdT &&value)
void SetRequestId(RequestIdT &&value)
StartExportTaskResult & WithRoleArn(RoleArnT &&value)
StartExportTaskResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
ExportFormat GetFormat() const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
StartExportTaskResult & WithDestination(DestinationT &&value)
void SetFormat(ExportFormat value)
const Aws::String & GetGraphId() const
void SetParquetType(ParquetType value)
StartExportTaskResult & WithParquetType(ParquetType value)
StartExportTaskResult & WithStatus(ExportTaskStatus value)
const Aws::String & GetStatusReason() const
ParquetType GetParquetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue