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/ExportTaskDetails.h>
13#include <aws/neptune-graph/model/ExportFilter.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename GraphIdT = Aws::String>
46 void SetGraphId(GraphIdT&& value) { m_graphIdHasBeenSet =
true; m_graphId = std::forward<GraphIdT>(value); }
47 template<
typename GraphIdT = Aws::String>
57 template<
typename RoleArnT = Aws::String>
58 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
59 template<
typename RoleArnT = Aws::String>
68 template<
typename TaskIdT = Aws::String>
69 void SetTaskId(TaskIdT&& value) { m_taskIdHasBeenSet =
true; m_taskId = std::forward<TaskIdT>(value); }
70 template<
typename TaskIdT = Aws::String>
97 template<
typename DestinationT = Aws::String>
98 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
99 template<
typename DestinationT = Aws::String>
108 template<
typename KmsKeyIdentifierT = Aws::String>
109 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
110 template<
typename KmsKeyIdentifierT = Aws::String>
128 template<
typename StatusReasonT = Aws::String>
129 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
130 template<
typename StatusReasonT = Aws::String>
139 template<
typename ExportTaskDetailsT = ExportTaskDetails>
140 void SetExportTaskDetails(ExportTaskDetailsT&& value) { m_exportTaskDetailsHasBeenSet =
true; m_exportTaskDetails = std::forward<ExportTaskDetailsT>(value); }
141 template<
typename ExportTaskDetailsT = ExportTaskDetails>
150 template<
typename ExportFilterT = ExportFilter>
151 void SetExportFilter(ExportFilterT&& value) { m_exportFilterHasBeenSet =
true; m_exportFilter = std::forward<ExportFilterT>(value); }
152 template<
typename ExportFilterT = ExportFilter>
159 template<
typename RequestIdT = Aws::String>
160 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
161 template<
typename RequestIdT = Aws::String>
167 bool m_graphIdHasBeenSet =
false;
170 bool m_roleArnHasBeenSet =
false;
173 bool m_taskIdHasBeenSet =
false;
176 bool m_statusHasBeenSet =
false;
179 bool m_formatHasBeenSet =
false;
182 bool m_destinationHasBeenSet =
false;
185 bool m_kmsKeyIdentifierHasBeenSet =
false;
188 bool m_parquetTypeHasBeenSet =
false;
191 bool m_statusReasonHasBeenSet =
false;
193 ExportTaskDetails m_exportTaskDetails;
194 bool m_exportTaskDetailsHasBeenSet =
false;
196 ExportFilter m_exportFilter;
197 bool m_exportFilterHasBeenSet =
false;
200 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