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>
49 template<
typename GraphIdT = Aws::String>
50 void SetGraphId(GraphIdT&& value) { m_graphIdHasBeenSet =
true; m_graphId = std::forward<GraphIdT>(value); }
51 template<
typename GraphIdT = Aws::String>
62 template<
typename RoleArnT = Aws::String>
63 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
64 template<
typename RoleArnT = Aws::String>
74 template<
typename TaskIdT = Aws::String>
75 void SetTaskId(TaskIdT&& value) { m_taskIdHasBeenSet =
true; m_taskId = std::forward<TaskIdT>(value); }
76 template<
typename TaskIdT = Aws::String>
106 template<
typename DestinationT = Aws::String>
107 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
108 template<
typename DestinationT = Aws::String>
118 template<
typename KmsKeyIdentifierT = Aws::String>
119 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
120 template<
typename KmsKeyIdentifierT = Aws::String>
140 template<
typename StatusReasonT = Aws::String>
141 void SetStatusReason(StatusReasonT&& value) { m_statusReasonHasBeenSet =
true; m_statusReason = std::forward<StatusReasonT>(value); }
142 template<
typename StatusReasonT = Aws::String>
148 bool m_graphIdHasBeenSet =
false;
151 bool m_roleArnHasBeenSet =
false;
154 bool m_taskIdHasBeenSet =
false;
157 bool m_statusHasBeenSet =
false;
160 bool m_formatHasBeenSet =
false;
163 bool m_destinationHasBeenSet =
false;
166 bool m_kmsKeyIdentifierHasBeenSet =
false;
169 bool m_parquetTypeHasBeenSet =
false;
172 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