7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename ExpressionT = Aws::String>
61 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
62 template<
typename ExpressionT = Aws::String>
73 template<
typename AlternateExpressionT = Aws::String>
74 void SetAlternateExpression(AlternateExpressionT&& value) { m_alternateExpressionHasBeenSet =
true; m_alternateExpression = std::forward<AlternateExpressionT>(value); }
75 template<
typename AlternateExpressionT = Aws::String>
81 bool m_idHasBeenSet =
false;
84 bool m_expressionHasBeenSet =
false;
87 bool m_alternateExpressionHasBeenSet =
false;
bool AlternateExpressionHasBeenSet() const
bool ExpressionHasBeenSet() const
void SetAlternateExpression(AlternateExpressionT &&value)
AWS_BEDROCK_API AutomatedReasoningPolicyDefinitionRule(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCK_API AutomatedReasoningPolicyDefinitionRule()=default
const Aws::String & GetId() const
AutomatedReasoningPolicyDefinitionRule & WithId(IdT &&value)
const Aws::String & GetExpression() const
bool IdHasBeenSet() const
const Aws::String & GetAlternateExpression() const
void SetExpression(ExpressionT &&value)
AutomatedReasoningPolicyDefinitionRule & WithAlternateExpression(AlternateExpressionT &&value)
AutomatedReasoningPolicyDefinitionRule & WithExpression(ExpressionT &&value)
AWS_BEDROCK_API AutomatedReasoningPolicyDefinitionRule & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue