7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/AutomatedReasoningCheckLogicWarning.h>
9#include <aws/bedrock/model/AutomatedReasoningCheckRule.h>
10#include <aws/bedrock/model/AutomatedReasoningCheckTranslation.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename TranslationT = AutomatedReasoningCheckTranslation>
46 m_translationHasBeenSet =
true;
47 m_translation = std::forward<TranslationT>(value);
49 template <
typename TranslationT = AutomatedReasoningCheckTranslation>
63 template <
typename ContradictingRulesT = Aws::Vector<AutomatedReasoningCheckRule>>
65 m_contradictingRulesHasBeenSet =
true;
66 m_contradictingRules = std::forward<ContradictingRulesT>(value);
68 template <
typename ContradictingRulesT = Aws::Vector<AutomatedReasoningCheckRule>>
73 template <
typename ContradictingRulesT = AutomatedReasoningCheckRule>
75 m_contradictingRulesHasBeenSet =
true;
76 m_contradictingRules.emplace_back(std::forward<ContradictingRulesT>(value));
88 template <
typename LogicWarningT = AutomatedReasoningCheckLogicWarning>
90 m_logicWarningHasBeenSet =
true;
91 m_logicWarning = std::forward<LogicWarningT>(value);
93 template <
typename LogicWarningT = AutomatedReasoningCheckLogicWarning>
105 bool m_translationHasBeenSet =
false;
106 bool m_contradictingRulesHasBeenSet =
false;
107 bool m_logicWarningHasBeenSet =
false;
void SetTranslation(TranslationT &&value)
bool LogicWarningHasBeenSet() const
AutomatedReasoningCheckInvalidFinding & WithTranslation(TranslationT &&value)
AWS_BEDROCK_API AutomatedReasoningCheckInvalidFinding & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCK_API AutomatedReasoningCheckInvalidFinding()=default
bool TranslationHasBeenSet() const
AutomatedReasoningCheckInvalidFinding & WithLogicWarning(LogicWarningT &&value)
const AutomatedReasoningCheckTranslation & GetTranslation() const
bool ContradictingRulesHasBeenSet() const
void SetContradictingRules(ContradictingRulesT &&value)
void SetLogicWarning(LogicWarningT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
AutomatedReasoningCheckInvalidFinding & WithContradictingRules(ContradictingRulesT &&value)
const Aws::Vector< AutomatedReasoningCheckRule > & GetContradictingRules() const
AutomatedReasoningCheckInvalidFinding & AddContradictingRules(ContradictingRulesT &&value)
AWS_BEDROCK_API AutomatedReasoningCheckInvalidFinding(Aws::Utils::Json::JsonView jsonValue)
const AutomatedReasoningCheckLogicWarning & GetLogicWarning() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue