7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/AutomatedReasoningCheckLogicWarningType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/bedrock/model/AutomatedReasoningLogicStatement.h>
62 template<
typename PremisesT = Aws::Vector<AutomatedReasoningLogicStatement>>
63 void SetPremises(PremisesT&& value) { m_premisesHasBeenSet =
true; m_premises = std::forward<PremisesT>(value); }
64 template<
typename PremisesT = Aws::Vector<AutomatedReasoningLogicStatement>>
66 template<
typename PremisesT = AutomatedReasoningLogicStatement>
77 template<
typename ClaimsT = Aws::Vector<AutomatedReasoningLogicStatement>>
78 void SetClaims(ClaimsT&& value) { m_claimsHasBeenSet =
true; m_claims = std::forward<ClaimsT>(value); }
79 template<
typename ClaimsT = Aws::Vector<AutomatedReasoningLogicStatement>>
81 template<
typename ClaimsT = AutomatedReasoningLogicStatement>
87 bool m_typeHasBeenSet =
false;
90 bool m_premisesHasBeenSet =
false;
93 bool m_claimsHasBeenSet =
false;
AutomatedReasoningCheckLogicWarning & AddPremises(PremisesT &&value)
void SetType(AutomatedReasoningCheckLogicWarningType value)
AWS_BEDROCK_API AutomatedReasoningCheckLogicWarning & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PremisesHasBeenSet() const
AutomatedReasoningCheckLogicWarning & WithPremises(PremisesT &&value)
AutomatedReasoningCheckLogicWarningType GetType() const
void SetPremises(PremisesT &&value)
const Aws::Vector< AutomatedReasoningLogicStatement > & GetClaims() const
const Aws::Vector< AutomatedReasoningLogicStatement > & GetPremises() const
AWS_BEDROCK_API AutomatedReasoningCheckLogicWarning()=default
AutomatedReasoningCheckLogicWarning & WithClaims(ClaimsT &&value)
bool TypeHasBeenSet() const
AutomatedReasoningCheckLogicWarning & AddClaims(ClaimsT &&value)
AWS_BEDROCK_API Aws::Utils::Json::JsonValue Jsonize() const
bool ClaimsHasBeenSet() const
AutomatedReasoningCheckLogicWarning & WithType(AutomatedReasoningCheckLogicWarningType value)
AWS_BEDROCK_API AutomatedReasoningCheckLogicWarning(Aws::Utils::Json::JsonView jsonValue)
void SetClaims(ClaimsT &&value)
AutomatedReasoningCheckLogicWarningType
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue