7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
9#include <aws/neptune-graph/model/Format.h>
10#include <aws/neptune-graph/model/ImportTaskStatus.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>
61 template <
typename TaskIdT = Aws::String>
63 m_taskIdHasBeenSet =
true;
64 m_taskId = std::forward<TaskIdT>(value);
66 template <
typename TaskIdT = Aws::String>
80 template <
typename SourceT = Aws::String>
82 m_sourceHasBeenSet =
true;
83 m_source = std::forward<SourceT>(value);
85 template <
typename SourceT = Aws::String>
104 m_formatHasBeenSet =
true;
120 m_parquetTypeHasBeenSet =
true;
121 m_parquetType = value;
136 template <
typename RoleArnT = Aws::String>
138 m_roleArnHasBeenSet =
true;
139 m_roleArn = std::forward<RoleArnT>(value);
141 template <
typename RoleArnT = Aws::String>
155 m_statusHasBeenSet =
true;
177 bool m_graphIdHasBeenSet =
false;
178 bool m_taskIdHasBeenSet =
false;
179 bool m_sourceHasBeenSet =
false;
180 bool m_formatHasBeenSet =
false;
181 bool m_parquetTypeHasBeenSet =
false;
182 bool m_roleArnHasBeenSet =
false;
183 bool m_statusHasBeenSet =
false;
ImportTaskSummary & WithSource(SourceT &&value)
bool TaskIdHasBeenSet() const
bool FormatHasBeenSet() const
bool ParquetTypeHasBeenSet() const
void SetParquetType(ParquetType value)
ImportTaskSummary & WithTaskId(TaskIdT &&value)
ImportTaskSummary & WithParquetType(ParquetType value)
ImportTaskSummary & WithFormat(Format value)
void SetStatus(ImportTaskStatus value)
ParquetType GetParquetType() const
const Aws::String & GetGraphId() const
const Aws::String & GetRoleArn() const
const Aws::String & GetTaskId() const
bool GraphIdHasBeenSet() const
void SetFormat(Format value)
void SetTaskId(TaskIdT &&value)
ImportTaskSummary & WithStatus(ImportTaskStatus value)
bool SourceHasBeenSet() const
ImportTaskStatus GetStatus() const
void SetRoleArn(RoleArnT &&value)
void SetGraphId(GraphIdT &&value)
void SetSource(SourceT &&value)
ImportTaskSummary & WithGraphId(GraphIdT &&value)
bool RoleArnHasBeenSet() const
ImportTaskSummary & WithRoleArn(RoleArnT &&value)
AWS_NEPTUNEGRAPH_API ImportTaskSummary()=default
bool StatusHasBeenSet() const
AWS_NEPTUNEGRAPH_API ImportTaskSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSource() const
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_NEPTUNEGRAPH_API ImportTaskSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue