7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptune-graph/model/Format.h>
10#include <aws/neptune-graph/model/ParquetType.h>
11#include <aws/neptune-graph/model/ImportTaskStatus.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>
61 template<
typename TaskIdT = Aws::String>
62 void SetTaskId(TaskIdT&& value) { m_taskIdHasBeenSet =
true; m_taskId = std::forward<TaskIdT>(value); }
63 template<
typename TaskIdT = Aws::String>
74 template<
typename SourceT = Aws::String>
75 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
76 template<
typename SourceT = Aws::String>
91 inline void SetFormat(
Format value) { m_formatHasBeenSet =
true; m_format = value; }
112 template<
typename RoleArnT = Aws::String>
113 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
114 template<
typename RoleArnT = Aws::String>
130 bool m_graphIdHasBeenSet =
false;
133 bool m_taskIdHasBeenSet =
false;
136 bool m_sourceHasBeenSet =
false;
139 bool m_formatHasBeenSet =
false;
142 bool m_parquetTypeHasBeenSet =
false;
145 bool m_roleArnHasBeenSet =
false;
148 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