7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/bedrock-runtime/model/GuardrailTopic.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace BedrockRuntime {
41 template <
typename TopicsT = Aws::Vector<GuardrailTopic>>
43 m_topicsHasBeenSet =
true;
44 m_topics = std::forward<TopicsT>(value);
46 template <
typename TopicsT = Aws::Vector<GuardrailTopic>>
51 template <
typename TopicsT = GuardrailTopic>
53 m_topicsHasBeenSet =
true;
54 m_topics.emplace_back(std::forward<TopicsT>(value));
60 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue