7#include <aws/bedrock-agent/BedrockAgent_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ExpressionT = Aws::String>
48 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
49 template<
typename ExpressionT = Aws::String>
59 template<
typename NodeT = Aws::String>
60 void SetNode(NodeT&& value) { m_nodeHasBeenSet =
true; m_node = std::forward<NodeT>(value); }
61 template<
typename NodeT = Aws::String>
67 bool m_expressionHasBeenSet =
false;
70 bool m_nodeHasBeenSet =
false;
bool ExpressionHasBeenSet() const
const Aws::String & GetExpression() const
bool NodeHasBeenSet() const
AWS_BEDROCKAGENT_API DuplicateConditionExpressionFlowValidationDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNode(NodeT &&value)
void SetExpression(ExpressionT &&value)
const Aws::String & GetNode() const
AWS_BEDROCKAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENT_API DuplicateConditionExpressionFlowValidationDetails()=default
DuplicateConditionExpressionFlowValidationDetails & WithNode(NodeT &&value)
AWS_BEDROCKAGENT_API DuplicateConditionExpressionFlowValidationDetails(Aws::Utils::Json::JsonView jsonValue)
DuplicateConditionExpressionFlowValidationDetails & WithExpression(ExpressionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue