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