7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/GuardrailTopic.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockAgentRuntime {
42 template <
typename TopicsT = Aws::Vector<GuardrailTopic>>
44 m_topicsHasBeenSet =
true;
45 m_topics = std::forward<TopicsT>(value);
47 template <
typename TopicsT = Aws::Vector<GuardrailTopic>>
52 template <
typename TopicsT = GuardrailTopic>
54 m_topicsHasBeenSet =
true;
55 m_topics.emplace_back(std::forward<TopicsT>(value));
61 bool m_topicsHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API GuardrailTopicPolicyAssessment & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
GuardrailTopicPolicyAssessment & WithTopics(TopicsT &&value)
AWS_BEDROCKAGENTRUNTIME_API GuardrailTopicPolicyAssessment()=default
GuardrailTopicPolicyAssessment & AddTopics(TopicsT &&value)
void SetTopics(TopicsT &&value)
const Aws::Vector< GuardrailTopic > & GetTopics() const
AWS_BEDROCKAGENTRUNTIME_API GuardrailTopicPolicyAssessment(Aws::Utils::Json::JsonView jsonValue)
bool TopicsHasBeenSet() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue