7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/CodeGenNode.h>
11#include <aws/glue/model/CodeGenEdge.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename DagNodesT = Aws::Vector<CodeGenNode>>
44 void SetDagNodes(DagNodesT&& value) { m_dagNodesHasBeenSet =
true; m_dagNodes = std::forward<DagNodesT>(value); }
45 template<
typename DagNodesT = Aws::Vector<CodeGenNode>>
47 template<
typename DagNodesT = CodeGenNode>
56 template<
typename DagEdgesT = Aws::Vector<CodeGenEdge>>
57 void SetDagEdges(DagEdgesT&& value) { m_dagEdgesHasBeenSet =
true; m_dagEdges = std::forward<DagEdgesT>(value); }
58 template<
typename DagEdgesT = Aws::Vector<CodeGenEdge>>
60 template<
typename DagEdgesT = CodeGenEdge>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_dagNodesHasBeenSet =
false;
78 bool m_dagEdgesHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
GetDataflowGraphResult & AddDagNodes(DagNodesT &&value)
GetDataflowGraphResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
GetDataflowGraphResult & WithDagEdges(DagEdgesT &&value)
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