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/ImportTaskStatus.h>
11#include <aws/neptune-graph/model/ParquetType.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace NeptuneGraph {
37 template <
typename GraphIdT = Aws::String>
39 m_graphIdHasBeenSet =
true;
40 m_graphId = std::forward<GraphIdT>(value);
42 template <
typename GraphIdT = Aws::String>
54 template <
typename TaskIdT = Aws::String>
56 m_taskIdHasBeenSet =
true;
57 m_taskId = std::forward<TaskIdT>(value);
59 template <
typename TaskIdT = Aws::String>
72 template <
typename SourceT = Aws::String>
74 m_sourceHasBeenSet =
true;
75 m_source = std::forward<SourceT>(value);
77 template <
typename SourceT = Aws::String>
95 m_formatHasBeenSet =
true;
110 m_parquetTypeHasBeenSet =
true;
111 m_parquetType = value;
125 template <
typename RoleArnT = Aws::String>
127 m_roleArnHasBeenSet =
true;
128 m_roleArn = std::forward<RoleArnT>(value);
130 template <
typename RoleArnT = Aws::String>
144 m_statusHasBeenSet =
true;
156 template <
typename RequestIdT = Aws::String>
158 m_requestIdHasBeenSet =
true;
159 m_requestId = std::forward<RequestIdT>(value);
161 template <
typename RequestIdT = Aws::String>
183 bool m_graphIdHasBeenSet =
false;
184 bool m_taskIdHasBeenSet =
false;
185 bool m_sourceHasBeenSet =
false;
186 bool m_formatHasBeenSet =
false;
187 bool m_parquetTypeHasBeenSet =
false;
188 bool m_roleArnHasBeenSet =
false;
189 bool m_statusHasBeenSet =
false;
190 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)
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