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/ExportFilter.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename GraphIdT = Aws::String>
45 void SetGraphId(GraphIdT&& value) { m_graphIdHasBeenSet =
true; m_graphId = std::forward<GraphIdT>(value); }
46 template<
typename GraphIdT = Aws::String>
56 template<
typename RoleArnT = Aws::String>
57 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
58 template<
typename RoleArnT = Aws::String>
67 template<
typename TaskIdT = Aws::String>
68 void SetTaskId(TaskIdT&& value) { m_taskIdHasBeenSet =
true; m_taskId = std::forward<TaskIdT>(value); }
69 template<
typename TaskIdT = Aws::String>
96 template<
typename DestinationT = Aws::String>
97 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
98 template<
typename DestinationT = Aws::String>
107 template<
typename KmsKeyIdentifierT = Aws::String>
108 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
109 template<
typename KmsKeyIdentifierT = Aws::String>
127 template<
typename StatusReasonT = Aws::String>
128 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
129 template<
typename StatusReasonT = Aws::String>
138 template<
typename ExportFilterT = ExportFilter>
139 void SetExportFilter(ExportFilterT&& value) { m_exportFilterHasBeenSet =
true; m_exportFilter = std::forward<ExportFilterT>(value); }
140 template<
typename ExportFilterT = ExportFilter>
147 template<
typename RequestIdT = Aws::String>
148 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
149 template<
typename RequestIdT = Aws::String>
155 bool m_graphIdHasBeenSet =
false;
158 bool m_roleArnHasBeenSet =
false;
161 bool m_taskIdHasBeenSet =
false;
164 bool m_statusHasBeenSet =
false;
167 bool m_formatHasBeenSet =
false;
170 bool m_destinationHasBeenSet =
false;
173 bool m_kmsKeyIdentifierHasBeenSet =
false;
176 bool m_parquetTypeHasBeenSet =
false;
179 bool m_statusReasonHasBeenSet =
false;
181 ExportFilter m_exportFilter;
182 bool m_exportFilterHasBeenSet =
false;
185 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