7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
9#include <aws/neptune-graph/model/ExportFormat.h>
10#include <aws/neptune-graph/model/ExportTaskStatus.h>
11#include <aws/neptune-graph/model/ParquetType.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace NeptuneGraph {
37 template <
typename GraphIdT = Aws::String>
39 m_graphIdHasBeenSet =
true;
40 m_graphId = std::forward<GraphIdT>(value);
42 template <
typename GraphIdT = Aws::String>
55 template <
typename RoleArnT = Aws::String>
57 m_roleArnHasBeenSet =
true;
58 m_roleArn = std::forward<RoleArnT>(value);
60 template <
typename RoleArnT = Aws::String>
72 template <
typename TaskIdT = Aws::String>
74 m_taskIdHasBeenSet =
true;
75 m_taskId = std::forward<TaskIdT>(value);
77 template <
typename TaskIdT = Aws::String>
91 m_statusHasBeenSet =
true;
106 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>
185 template <
typename RequestIdT = Aws::String>
187 m_requestIdHasBeenSet =
true;
188 m_requestId = std::forward<RequestIdT>(value);
190 template <
typename RequestIdT = Aws::String>
216 bool m_graphIdHasBeenSet =
false;
217 bool m_roleArnHasBeenSet =
false;
218 bool m_taskIdHasBeenSet =
false;
219 bool m_statusHasBeenSet =
false;
220 bool m_formatHasBeenSet =
false;
221 bool m_destinationHasBeenSet =
false;
222 bool m_kmsKeyIdentifierHasBeenSet =
false;
223 bool m_parquetTypeHasBeenSet =
false;
224 bool m_statusReasonHasBeenSet =
false;
225 bool m_requestIdHasBeenSet =
false;
AWS_NEPTUNEGRAPH_API CancelExportTaskResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatusReason(StatusReasonT &&value)
void SetParquetType(ParquetType value)
ExportTaskStatus GetStatus() const
CancelExportTaskResult & WithStatus(ExportTaskStatus value)
const Aws::String & GetDestination() const
CancelExportTaskResult & WithTaskId(TaskIdT &&value)
void SetFormat(ExportFormat value)
void SetStatus(ExportTaskStatus value)
void SetGraphId(GraphIdT &&value)
ExportFormat GetFormat() const
CancelExportTaskResult & WithRequestId(RequestIdT &&value)
ParquetType GetParquetType() const
CancelExportTaskResult & WithStatusReason(StatusReasonT &&value)
CancelExportTaskResult & WithGraphId(GraphIdT &&value)
const Aws::String & GetRequestId() const
CancelExportTaskResult & WithParquetType(ParquetType value)
AWS_NEPTUNEGRAPH_API CancelExportTaskResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDestination(DestinationT &&value)
void SetRoleArn(RoleArnT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetKmsKeyIdentifier() const
void SetTaskId(TaskIdT &&value)
const Aws::String & GetGraphId() const
AWS_NEPTUNEGRAPH_API CancelExportTaskResult()=default
const Aws::String & GetStatusReason() const
CancelExportTaskResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const Aws::String & GetTaskId() const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
CancelExportTaskResult & WithRoleArn(RoleArnT &&value)
CancelExportTaskResult & WithFormat(ExportFormat value)
CancelExportTaskResult & WithDestination(DestinationT &&value)
const Aws::String & GetRoleArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue