7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ExpressionT = Aws::String>
50 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
51 template<
typename ExpressionT = Aws::String>
61 template<
typename NameT = Aws::String>
62 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
63 template<
typename NameT = Aws::String>
69 bool m_expressionHasBeenSet =
false;
72 bool m_nameHasBeenSet =
false;
AWS_BEDROCKAGENT_API FlowCondition(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
FlowCondition & WithName(NameT &&value)
void SetExpression(ExpressionT &&value)
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
FlowCondition & WithExpression(ExpressionT &&value)
const Aws::String & GetExpression() const
const Aws::String & GetName() const
AWS_BEDROCKAGENT_API FlowCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool ExpressionHasBeenSet() const
AWS_BEDROCKAGENT_API FlowCondition()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue