7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/model/Node.h>
10#include <aws/glue/model/Edge.h>
76 bool m_nodesHasBeenSet =
false;
79 bool m_edgesHasBeenSet =
false;
bool NodesHasBeenSet() const
void SetNodes(Aws::Vector< Node > &&value)
WorkflowGraph & AddNodes(const Node &value)
WorkflowGraph & WithEdges(Aws::Vector< Edge > &&value)
bool EdgesHasBeenSet() const
void SetEdges(const Aws::Vector< Edge > &value)
AWS_GLUE_API WorkflowGraph()
WorkflowGraph & WithNodes(const Aws::Vector< Node > &value)
const Aws::Vector< Node > & GetNodes() const
WorkflowGraph & AddEdges(const Edge &value)
WorkflowGraph & WithEdges(const Aws::Vector< Edge > &value)
AWS_GLUE_API WorkflowGraph & operator=(Aws::Utils::Json::JsonView jsonValue)
WorkflowGraph & AddEdges(Edge &&value)
WorkflowGraph & AddNodes(Node &&value)
void SetNodes(const Aws::Vector< Node > &value)
const Aws::Vector< Edge > & GetEdges() const
WorkflowGraph & WithNodes(Aws::Vector< Node > &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEdges(Aws::Vector< Edge > &&value)
AWS_GLUE_API WorkflowGraph(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue