7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-agent/model/FlowCondition.h>
52 template<
typename ConditionsT = Aws::Vector<FlowCondition>>
53 void SetConditions(ConditionsT&& value) { m_conditionsHasBeenSet =
true; m_conditions = std::forward<ConditionsT>(value); }
54 template<
typename ConditionsT = Aws::Vector<FlowCondition>>
56 template<
typename ConditionsT = FlowCondition>
62 bool m_conditionsHasBeenSet =
false;
ConditionFlowNodeConfiguration & WithConditions(ConditionsT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API ConditionFlowNodeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ConditionFlowNodeConfiguration & AddConditions(ConditionsT &&value)
bool ConditionsHasBeenSet() const
AWS_BEDROCKAGENT_API ConditionFlowNodeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENT_API ConditionFlowNodeConfiguration()=default
void SetConditions(ConditionsT &&value)
const Aws::Vector< FlowCondition > & GetConditions() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue