7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/bedrock-runtime/model/GuardrailTopic.h>
22namespace BedrockRuntime
47 template<
typename TopicsT = Aws::Vector<GuardrailTopic>>
48 void SetTopics(TopicsT&& value) { m_topicsHasBeenSet =
true; m_topics = std::forward<TopicsT>(value); }
49 template<
typename TopicsT = Aws::Vector<GuardrailTopic>>
51 template<
typename TopicsT = GuardrailTopic>
57 bool m_topicsHasBeenSet =
false;
const Aws::Vector< GuardrailTopic > & GetTopics() const
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTopics(TopicsT &&value)
AWS_BEDROCKRUNTIME_API GuardrailTopicPolicyAssessment & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKRUNTIME_API GuardrailTopicPolicyAssessment(Aws::Utils::Json::JsonView jsonValue)
GuardrailTopicPolicyAssessment & WithTopics(TopicsT &&value)
AWS_BEDROCKRUNTIME_API GuardrailTopicPolicyAssessment()=default
GuardrailTopicPolicyAssessment & AddTopics(TopicsT &&value)
bool TopicsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue