7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
10#include <aws/neptune-graph/model/Format.h>
11#include <aws/neptune-graph/model/ImportOptions.h>
12#include <aws/neptune-graph/model/ImportTaskStatus.h>
13#include <aws/neptune-graph/model/ParquetType.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace NeptuneGraph {
39 template <
typename GraphIdT = Aws::String>
41 m_graphIdHasBeenSet =
true;
42 m_graphId = std::forward<GraphIdT>(value);
44 template <
typename GraphIdT = Aws::String>
56 template <
typename TaskIdT = Aws::String>
58 m_taskIdHasBeenSet =
true;
59 m_taskId = std::forward<TaskIdT>(value);
61 template <
typename TaskIdT = Aws::String>
74 template <
typename SourceT = Aws::String>
76 m_sourceHasBeenSet =
true;
77 m_source = std::forward<SourceT>(value);
79 template <
typename SourceT = Aws::String>
94 m_formatHasBeenSet =
true;
109 m_parquetTypeHasBeenSet =
true;
110 m_parquetType = value;
124 template <
typename RoleArnT = Aws::String>
126 m_roleArnHasBeenSet =
true;
127 m_roleArn = std::forward<RoleArnT>(value);
129 template <
typename RoleArnT = Aws::String>
142 m_statusHasBeenSet =
true;
154 template <
typename ImportOptionsT = ImportOptions>
156 m_importOptionsHasBeenSet =
true;
157 m_importOptions = std::forward<ImportOptionsT>(value);
159 template <
typename ImportOptionsT = ImportOptions>
169 template <
typename RequestIdT = Aws::String>
171 m_requestIdHasBeenSet =
true;
172 m_requestId = std::forward<RequestIdT>(value);
174 template <
typename RequestIdT = Aws::String>
197 ImportOptions m_importOptions;
201 bool m_graphIdHasBeenSet =
false;
202 bool m_taskIdHasBeenSet =
false;
203 bool m_sourceHasBeenSet =
false;
204 bool m_formatHasBeenSet =
false;
205 bool m_parquetTypeHasBeenSet =
false;
206 bool m_roleArnHasBeenSet =
false;
207 bool m_statusHasBeenSet =
false;
208 bool m_importOptionsHasBeenSet =
false;
209 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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