7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/qconnect/model/GuardrailTopicConfig.h>
48 template<
typename TopicsConfigT = Aws::Vector<GuardrailTopicConfig>>
49 void SetTopicsConfig(TopicsConfigT&& value) { m_topicsConfigHasBeenSet =
true; m_topicsConfig = std::forward<TopicsConfigT>(value); }
50 template<
typename TopicsConfigT = Aws::Vector<GuardrailTopicConfig>>
52 template<
typename TopicsConfigT = GuardrailTopicConfig>
58 bool m_topicsConfigHasBeenSet =
false;
AIGuardrailTopicPolicyConfig & AddTopicsConfig(TopicsConfigT &&value)
AIGuardrailTopicPolicyConfig & WithTopicsConfig(TopicsConfigT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
bool TopicsConfigHasBeenSet() const
AWS_QCONNECT_API AIGuardrailTopicPolicyConfig()=default
AWS_QCONNECT_API AIGuardrailTopicPolicyConfig(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< GuardrailTopicConfig > & GetTopicsConfig() const
AWS_QCONNECT_API AIGuardrailTopicPolicyConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTopicsConfig(TopicsConfigT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue