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/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>
96 m_formatHasBeenSet =
true;
111 m_parquetTypeHasBeenSet =
true;
112 m_parquetType = value;
126 template <
typename RoleArnT = Aws::String>
128 m_roleArnHasBeenSet =
true;
129 m_roleArn = std::forward<RoleArnT>(value);
131 template <
typename RoleArnT = Aws::String>
145 m_statusHasBeenSet =
true;
157 template <
typename RequestIdT = Aws::String>
159 m_requestIdHasBeenSet =
true;
160 m_requestId = std::forward<RequestIdT>(value);
162 template <
typename RequestIdT = Aws::String>
187 bool m_graphIdHasBeenSet =
false;
188 bool m_taskIdHasBeenSet =
false;
189 bool m_sourceHasBeenSet =
false;
190 bool m_formatHasBeenSet =
false;
191 bool m_parquetTypeHasBeenSet =
false;
192 bool m_roleArnHasBeenSet =
false;
193 bool m_statusHasBeenSet =
false;
194 bool m_requestIdHasBeenSet =
false;
CancelImportTaskResult & WithFormat(Format value)
const Aws::String & GetRoleArn() const
void SetFormat(Format value)
void SetRoleArn(RoleArnT &&value)
const Aws::String & GetSource() const
void SetParquetType(ParquetType value)
AWS_NEPTUNEGRAPH_API CancelImportTaskResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ParquetType GetParquetType() const
CancelImportTaskResult & WithParquetType(ParquetType value)
const Aws::String & GetGraphId() const
void SetRequestId(RequestIdT &&value)
CancelImportTaskResult & WithSource(SourceT &&value)
void SetSource(SourceT &&value)
CancelImportTaskResult & WithRoleArn(RoleArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetGraphId(GraphIdT &&value)
const Aws::String & GetRequestId() const
void SetStatus(ImportTaskStatus value)
CancelImportTaskResult & WithTaskId(TaskIdT &&value)
void SetTaskId(TaskIdT &&value)
ImportTaskStatus GetStatus() const
CancelImportTaskResult & WithGraphId(GraphIdT &&value)
AWS_NEPTUNEGRAPH_API CancelImportTaskResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CancelImportTaskResult & WithStatus(ImportTaskStatus value)
CancelImportTaskResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetTaskId() const
AWS_NEPTUNEGRAPH_API CancelImportTaskResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue