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>
12#include <aws/neptune-graph/model/ImportOptions.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename GraphIdT = Aws::String>
45 void SetGraphId(GraphIdT&& value) { m_graphIdHasBeenSet =
true; m_graphId = std::forward<GraphIdT>(value); }
46 template<
typename GraphIdT = Aws::String>
55 template<
typename TaskIdT = Aws::String>
56 void SetTaskId(TaskIdT&& value) { m_taskIdHasBeenSet =
true; m_taskId = std::forward<TaskIdT>(value); }
57 template<
typename TaskIdT = Aws::String>
67 template<
typename SourceT = Aws::String>
68 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
69 template<
typename SourceT = Aws::String>
80 inline void SetFormat(
Format value) { m_formatHasBeenSet =
true; m_format = value; }
99 template<
typename RoleArnT = Aws::String>
100 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
101 template<
typename RoleArnT = Aws::String>
117 template<
typename ImportOptionsT = ImportOptions>
118 void SetImportOptions(ImportOptionsT&& value) { m_importOptionsHasBeenSet =
true; m_importOptions = std::forward<ImportOptionsT>(value); }
119 template<
typename ImportOptionsT = ImportOptions>
126 template<
typename RequestIdT = Aws::String>
127 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
128 template<
typename RequestIdT = Aws::String>
134 bool m_graphIdHasBeenSet =
false;
137 bool m_taskIdHasBeenSet =
false;
140 bool m_sourceHasBeenSet =
false;
143 bool m_formatHasBeenSet =
false;
146 bool m_parquetTypeHasBeenSet =
false;
149 bool m_roleArnHasBeenSet =
false;
152 bool m_statusHasBeenSet =
false;
154 ImportOptions m_importOptions;
155 bool m_importOptionsHasBeenSet =
false;
158 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