7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/application-signals/model/Edge.h>
9#include <aws/application-signals/model/Node.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
21namespace ApplicationSignals {
45 template <
typename NodesT = Aws::Vector<Node>>
47 m_nodesHasBeenSet =
true;
48 m_nodes = std::forward<NodesT>(value);
50 template <
typename NodesT = Aws::Vector<Node>>
52 SetNodes(std::forward<NodesT>(value));
55 template <
typename NodesT = Node>
57 m_nodesHasBeenSet =
true;
58 m_nodes.emplace_back(std::forward<NodesT>(value));
70 template <
typename EdgesT = Aws::Vector<Edge>>
72 m_edgesHasBeenSet =
true;
73 m_edges = std::forward<EdgesT>(value);
75 template <
typename EdgesT = Aws::Vector<Edge>>
77 SetEdges(std::forward<EdgesT>(value));
80 template <
typename EdgesT = Edge>
82 m_edgesHasBeenSet =
true;
83 m_edges.emplace_back(std::forward<EdgesT>(value));
91 bool m_nodesHasBeenSet =
false;
92 bool m_edgesHasBeenSet =
false;
void SetNodes(NodesT &&value)
bool NodesHasBeenSet() const
AWS_APPLICATIONSIGNALS_API DependencyGraph()=default
DependencyGraph & AddEdges(EdgesT &&value)
AWS_APPLICATIONSIGNALS_API DependencyGraph & operator=(Aws::Utils::Json::JsonView jsonValue)
DependencyGraph & WithEdges(EdgesT &&value)
const Aws::Vector< Edge > & GetEdges() const
AWS_APPLICATIONSIGNALS_API DependencyGraph(Aws::Utils::Json::JsonView jsonValue)
DependencyGraph & WithNodes(NodesT &&value)
DependencyGraph & AddNodes(NodesT &&value)
const Aws::Vector< Node > & GetNodes() const
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
bool EdgesHasBeenSet() const
void SetEdges(EdgesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue