7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-agent/model/FlowConnection.h>
10#include <aws/bedrock-agent/model/FlowNode.h>
73 bool m_connectionsHasBeenSet =
false;
76 bool m_nodesHasBeenSet =
false;
FlowDefinition & WithConnections(const Aws::Vector< FlowConnection > &value)
void SetConnections(const Aws::Vector< FlowConnection > &value)
bool ConnectionsHasBeenSet() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< FlowConnection > & GetConnections() const
FlowDefinition & AddNodes(const FlowNode &value)
AWS_BEDROCKAGENT_API FlowDefinition & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNodes(const Aws::Vector< FlowNode > &value)
FlowDefinition & WithNodes(const Aws::Vector< FlowNode > &value)
FlowDefinition & AddConnections(FlowConnection &&value)
void SetNodes(Aws::Vector< FlowNode > &&value)
void SetConnections(Aws::Vector< FlowConnection > &&value)
FlowDefinition & AddConnections(const FlowConnection &value)
const Aws::Vector< FlowNode > & GetNodes() const
AWS_BEDROCKAGENT_API FlowDefinition()
FlowDefinition & WithNodes(Aws::Vector< FlowNode > &&value)
FlowDefinition & AddNodes(FlowNode &&value)
bool NodesHasBeenSet() const
FlowDefinition & WithConnections(Aws::Vector< FlowConnection > &&value)
AWS_BEDROCKAGENT_API FlowDefinition(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue