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>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename GraphIdT = Aws::String>
44 void SetGraphId(GraphIdT&& value) { m_graphIdHasBeenSet =
true; m_graphId = std::forward<GraphIdT>(value); }
45 template<
typename GraphIdT = Aws::String>
55 template<
typename RoleArnT = Aws::String>
56 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
57 template<
typename RoleArnT = Aws::String>
66 template<
typename TaskIdT = Aws::String>
67 void SetTaskId(TaskIdT&& value) { m_taskIdHasBeenSet =
true; m_taskId = std::forward<TaskIdT>(value); }
68 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>
137 template<
typename RequestIdT = Aws::String>
138 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
139 template<
typename RequestIdT = Aws::String>
145 bool m_graphIdHasBeenSet =
false;
148 bool m_roleArnHasBeenSet =
false;
151 bool m_taskIdHasBeenSet =
false;
154 bool m_statusHasBeenSet =
false;
157 bool m_formatHasBeenSet =
false;
160 bool m_destinationHasBeenSet =
false;
163 bool m_kmsKeyIdentifierHasBeenSet =
false;
166 bool m_parquetTypeHasBeenSet =
false;
169 bool m_statusReasonHasBeenSet =
false;
172 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