7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/model/GuardrailAutomatedReasoningStatement.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockRuntime {
42 template <
typename StatementsT = Aws::Vector<GuardrailAutomatedReasoningStatement>>
44 m_statementsHasBeenSet =
true;
45 m_statements = std::forward<StatementsT>(value);
47 template <
typename StatementsT = Aws::Vector<GuardrailAutomatedReasoningStatement>>
52 template <
typename StatementsT = GuardrailAutomatedReasoningStatement>
54 m_statementsHasBeenSet =
true;
55 m_statements.emplace_back(std::forward<StatementsT>(value));
61 bool m_statementsHasBeenSet =
false;
AWS_BEDROCKRUNTIME_API GuardrailAutomatedReasoningScenario & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKRUNTIME_API GuardrailAutomatedReasoningScenario()=default
const Aws::Vector< GuardrailAutomatedReasoningStatement > & GetStatements() const
AWS_BEDROCKRUNTIME_API GuardrailAutomatedReasoningScenario(Aws::Utils::Json::JsonView jsonValue)
bool StatementsHasBeenSet() const
void SetStatements(StatementsT &&value)
GuardrailAutomatedReasoningScenario & AddStatements(StatementsT &&value)
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
GuardrailAutomatedReasoningScenario & WithStatements(StatementsT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue