7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgent {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
61 template <
typename ExpressionT = Aws::String>
63 m_expressionHasBeenSet =
true;
64 m_expression = std::forward<ExpressionT>(value);
66 template <
typename ExpressionT = Aws::String>
76 bool m_nameHasBeenSet =
false;
77 bool m_expressionHasBeenSet =
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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue