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