7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/bedrock-agent/model/FlowCondition.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockAgent {
46 template <
typename ConditionsT = Aws::Vector<FlowCondition>>
48 m_conditionsHasBeenSet =
true;
49 m_conditions = std::forward<ConditionsT>(value);
51 template <
typename ConditionsT = Aws::Vector<FlowCondition>>
56 template <
typename ConditionsT = FlowCondition>
58 m_conditionsHasBeenSet =
true;
59 m_conditions.emplace_back(std::forward<ConditionsT>(value));
65 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue