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/ImportOptions.h>
11#include <aws/neptune-graph/model/ImportTaskStatus.h>
12#include <aws/neptune-graph/model/ParquetType.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace NeptuneGraph {
38 template <
typename GraphIdT = Aws::String>
40 m_graphIdHasBeenSet =
true;
41 m_graphId = std::forward<GraphIdT>(value);
43 template <
typename GraphIdT = Aws::String>
55 template <
typename TaskIdT = Aws::String>
57 m_taskIdHasBeenSet =
true;
58 m_taskId = std::forward<TaskIdT>(value);
60 template <
typename TaskIdT = Aws::String>
73 template <
typename SourceT = Aws::String>
75 m_sourceHasBeenSet =
true;
76 m_source = std::forward<SourceT>(value);
78 template <
typename SourceT = Aws::String>
93 m_formatHasBeenSet =
true;
108 m_parquetTypeHasBeenSet =
true;
109 m_parquetType = value;
123 template <
typename RoleArnT = Aws::String>
125 m_roleArnHasBeenSet =
true;
126 m_roleArn = std::forward<RoleArnT>(value);
128 template <
typename RoleArnT = Aws::String>
141 m_statusHasBeenSet =
true;
153 template <
typename ImportOptionsT = ImportOptions>
155 m_importOptionsHasBeenSet =
true;
156 m_importOptions = std::forward<ImportOptionsT>(value);
158 template <
typename ImportOptionsT = ImportOptions>
168 template <
typename RequestIdT = Aws::String>
170 m_requestIdHasBeenSet =
true;
171 m_requestId = std::forward<RequestIdT>(value);
173 template <
typename RequestIdT = Aws::String>
194 ImportOptions m_importOptions;
197 bool m_graphIdHasBeenSet =
false;
198 bool m_taskIdHasBeenSet =
false;
199 bool m_sourceHasBeenSet =
false;
200 bool m_formatHasBeenSet =
false;
201 bool m_parquetTypeHasBeenSet =
false;
202 bool m_roleArnHasBeenSet =
false;
203 bool m_statusHasBeenSet =
false;
204 bool m_importOptionsHasBeenSet =
false;
205 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetParquetType(ParquetType value)
void SetFormat(Format value)
StartImportTaskResult & WithGraphId(GraphIdT &&value)
ImportTaskStatus GetStatus() const
StartImportTaskResult & WithRequestId(RequestIdT &&value)
StartImportTaskResult & WithTaskId(TaskIdT &&value)
const Aws::String & GetGraphId() const
void SetRoleArn(RoleArnT &&value)
const ImportOptions & GetImportOptions() const
void SetStatus(ImportTaskStatus value)
void SetSource(SourceT &&value)
void SetGraphId(GraphIdT &&value)
const Aws::String & GetTaskId() const
AWS_NEPTUNEGRAPH_API StartImportTaskResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartImportTaskResult & WithParquetType(ParquetType value)
const Aws::String & GetRoleArn() const
void SetImportOptions(ImportOptionsT &&value)
StartImportTaskResult & WithSource(SourceT &&value)
StartImportTaskResult & WithStatus(ImportTaskStatus value)
AWS_NEPTUNEGRAPH_API StartImportTaskResult()=default
const Aws::String & GetRequestId() const
StartImportTaskResult & WithRoleArn(RoleArnT &&value)
StartImportTaskResult & WithFormat(Format value)
void SetTaskId(TaskIdT &&value)
const Aws::String & GetSource() const
AWS_NEPTUNEGRAPH_API StartImportTaskResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartImportTaskResult & WithImportOptions(ImportOptionsT &&value)
ParquetType GetParquetType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue