7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/CodeGenEdge.h>
12#include <aws/glue/model/CodeGenNode.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename DagNodesT = Aws::Vector<CodeGenNode>>
40 m_dagNodesHasBeenSet =
true;
41 m_dagNodes = std::forward<DagNodesT>(value);
43 template <
typename DagNodesT = Aws::Vector<CodeGenNode>>
48 template <
typename DagNodesT = CodeGenNode>
50 m_dagNodesHasBeenSet =
true;
51 m_dagNodes.emplace_back(std::forward<DagNodesT>(value));
61 template <
typename DagEdgesT = Aws::Vector<CodeGenEdge>>
63 m_dagEdgesHasBeenSet =
true;
64 m_dagEdges = std::forward<DagEdgesT>(value);
66 template <
typename DagEdgesT = Aws::Vector<CodeGenEdge>>
71 template <
typename DagEdgesT = CodeGenEdge>
73 m_dagEdgesHasBeenSet =
true;
74 m_dagEdges.emplace_back(std::forward<DagEdgesT>(value));
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
102 bool m_dagNodesHasBeenSet =
false;
103 bool m_dagEdgesHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
GetDataflowGraphResult & AddDagNodes(DagNodesT &&value)
GetDataflowGraphResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
GetDataflowGraphResult & WithDagEdges(DagEdgesT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Vector< CodeGenEdge > & GetDagEdges() const
const Aws::Vector< CodeGenNode > & GetDagNodes() const
GetDataflowGraphResult & WithDagNodes(DagNodesT &&value)
AWS_GLUE_API GetDataflowGraphResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDagNodes(DagNodesT &&value)
GetDataflowGraphResult & AddDagEdges(DagEdgesT &&value)
AWS_GLUE_API GetDataflowGraphResult()=default
AWS_GLUE_API GetDataflowGraphResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDagEdges(DagEdgesT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue