7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-agent-runtime/model/GuardrailTopic.h>
22namespace BedrockAgentRuntime
48 template<
typename TopicsT = Aws::Vector<GuardrailTopic>>
49 void SetTopics(TopicsT&& value) { m_topicsHasBeenSet =
true; m_topics = std::forward<TopicsT>(value); }
50 template<
typename TopicsT = Aws::Vector<GuardrailTopic>>
52 template<
typename TopicsT = GuardrailTopic>
58 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::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue