7#include <aws/bedrock/Bedrock_EXPORTS.h>
8#include <aws/bedrock/model/AutomatedReasoningCheckLogicWarningType.h>
9#include <aws/bedrock/model/AutomatedReasoningLogicStatement.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
46 m_typeHasBeenSet =
true;
62 template <
typename PremisesT = Aws::Vector<AutomatedReasoningLogicStatement>>
64 m_premisesHasBeenSet =
true;
65 m_premises = std::forward<PremisesT>(value);
67 template <
typename PremisesT = Aws::Vector<AutomatedReasoningLogicStatement>>
72 template <
typename PremisesT = AutomatedReasoningLogicStatement>
74 m_premisesHasBeenSet =
true;
75 m_premises.emplace_back(std::forward<PremisesT>(value));
87 template <
typename ClaimsT = Aws::Vector<AutomatedReasoningLogicStatement>>
89 m_claimsHasBeenSet =
true;
90 m_claims = std::forward<ClaimsT>(value);
92 template <
typename ClaimsT = Aws::Vector<AutomatedReasoningLogicStatement>>
97 template <
typename ClaimsT = AutomatedReasoningLogicStatement>
99 m_claimsHasBeenSet =
true;
100 m_claims.emplace_back(std::forward<ClaimsT>(value));
110 bool m_typeHasBeenSet =
false;
111 bool m_premisesHasBeenSet =
false;
112 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue