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/ExportTaskStatus.h>
12#include <aws/neptune-graph/model/ParquetType.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace NeptuneGraph {
38 template <
typename GraphIdT = Aws::String>
40 m_graphIdHasBeenSet =
true;
41 m_graphId = std::forward<GraphIdT>(value);
43 template <
typename GraphIdT = Aws::String>
56 template <
typename RoleArnT = Aws::String>
58 m_roleArnHasBeenSet =
true;
59 m_roleArn = std::forward<RoleArnT>(value);
61 template <
typename RoleArnT = Aws::String>
73 template <
typename TaskIdT = Aws::String>
75 m_taskIdHasBeenSet =
true;
76 m_taskId = std::forward<TaskIdT>(value);
78 template <
typename TaskIdT = Aws::String>
91 m_statusHasBeenSet =
true;
106 m_formatHasBeenSet =
true;
120 template <
typename DestinationT = Aws::String>
122 m_destinationHasBeenSet =
true;
123 m_destination = std::forward<DestinationT>(value);
125 template <
typename DestinationT = Aws::String>
137 template <
typename KmsKeyIdentifierT = Aws::String>
139 m_kmsKeyIdentifierHasBeenSet =
true;
140 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
142 template <
typename KmsKeyIdentifierT = Aws::String>
155 m_parquetTypeHasBeenSet =
true;
156 m_parquetType = value;
169 template <
typename StatusReasonT = Aws::String>
171 m_statusReasonHasBeenSet =
true;
172 m_statusReason = std::forward<StatusReasonT>(value);
174 template <
typename StatusReasonT = Aws::String>
186 template <
typename ExportFilterT = ExportFilter>
188 m_exportFilterHasBeenSet =
true;
189 m_exportFilter = std::forward<ExportFilterT>(value);
191 template <
typename ExportFilterT = ExportFilter>
201 template <
typename RequestIdT = Aws::String>
203 m_requestIdHasBeenSet =
true;
204 m_requestId = std::forward<RequestIdT>(value);
206 template <
typename RequestIdT = Aws::String>
231 ExportFilter m_exportFilter;
234 bool m_graphIdHasBeenSet =
false;
235 bool m_roleArnHasBeenSet =
false;
236 bool m_taskIdHasBeenSet =
false;
237 bool m_statusHasBeenSet =
false;
238 bool m_formatHasBeenSet =
false;
239 bool m_destinationHasBeenSet =
false;
240 bool m_kmsKeyIdentifierHasBeenSet =
false;
241 bool m_parquetTypeHasBeenSet =
false;
242 bool m_statusReasonHasBeenSet =
false;
243 bool m_exportFilterHasBeenSet =
false;
244 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)
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