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>
22namespace NeptuneGraph {
43 template <
typename GraphIdT = Aws::String>
45 m_graphIdHasBeenSet =
true;
46 m_graphId = std::forward<GraphIdT>(value);
48 template <
typename GraphIdT = Aws::String>
62 template <
typename RoleArnT = Aws::String>
64 m_roleArnHasBeenSet =
true;
65 m_roleArn = std::forward<RoleArnT>(value);
67 template <
typename RoleArnT = Aws::String>
80 template <
typename TaskIdT = Aws::String>
82 m_taskIdHasBeenSet =
true;
83 m_taskId = std::forward<TaskIdT>(value);
85 template <
typename TaskIdT = Aws::String>
99 m_statusHasBeenSet =
true;
115 m_formatHasBeenSet =
true;
130 template <
typename DestinationT = Aws::String>
132 m_destinationHasBeenSet =
true;
133 m_destination = std::forward<DestinationT>(value);
135 template <
typename DestinationT = Aws::String>
148 template <
typename KmsKeyIdentifierT = Aws::String>
150 m_kmsKeyIdentifierHasBeenSet =
true;
151 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
153 template <
typename KmsKeyIdentifierT = Aws::String>
167 m_parquetTypeHasBeenSet =
true;
168 m_parquetType = value;
182 template <
typename StatusReasonT = Aws::String>
184 m_statusReasonHasBeenSet =
true;
185 m_statusReason = std::forward<StatusReasonT>(value);
187 template <
typename StatusReasonT = Aws::String>
211 bool m_graphIdHasBeenSet =
false;
212 bool m_roleArnHasBeenSet =
false;
213 bool m_taskIdHasBeenSet =
false;
214 bool m_statusHasBeenSet =
false;
215 bool m_formatHasBeenSet =
false;
216 bool m_destinationHasBeenSet =
false;
217 bool m_kmsKeyIdentifierHasBeenSet =
false;
218 bool m_parquetTypeHasBeenSet =
false;
219 bool m_statusReasonHasBeenSet =
false;
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
bool RoleArnHasBeenSet() const
bool FormatHasBeenSet() const
const Aws::String & GetTaskId() const
AWS_NEPTUNEGRAPH_API ExportTaskSummary()=default
void SetRoleArn(RoleArnT &&value)
ExportTaskSummary & WithGraphId(GraphIdT &&value)
bool KmsKeyIdentifierHasBeenSet() const
const Aws::String & GetDestination() const
AWS_NEPTUNEGRAPH_API ExportTaskSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetParquetType(ParquetType value)
ExportTaskStatus GetStatus() const
bool TaskIdHasBeenSet() const
ExportTaskSummary & WithDestination(DestinationT &&value)
void SetFormat(ExportFormat value)
void SetGraphId(GraphIdT &&value)
ExportTaskSummary & WithFormat(ExportFormat value)
AWS_NEPTUNEGRAPH_API ExportTaskSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStatusReason() const
ExportTaskSummary & WithStatus(ExportTaskStatus value)
ExportTaskSummary & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
void SetDestination(DestinationT &&value)
const Aws::String & GetRoleArn() const
ExportFormat GetFormat() const
ParquetType GetParquetType() const
const Aws::String & GetGraphId() const
const Aws::String & GetKmsKeyIdentifier() const
void SetStatusReason(StatusReasonT &&value)
bool GraphIdHasBeenSet() const
bool StatusReasonHasBeenSet() const
void SetStatus(ExportTaskStatus value)
ExportTaskSummary & WithStatusReason(StatusReasonT &&value)
ExportTaskSummary & WithTaskId(TaskIdT &&value)
bool ParquetTypeHasBeenSet() const
ExportTaskSummary & WithParquetType(ParquetType value)
ExportTaskSummary & WithRoleArn(RoleArnT &&value)
void SetTaskId(TaskIdT &&value)
bool DestinationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue