7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AccessAnalyzer
60 template<
typename TopicPolicyT = Aws::String>
61 void SetTopicPolicy(TopicPolicyT&& value) { m_topicPolicyHasBeenSet =
true; m_topicPolicy = std::forward<TopicPolicyT>(value); }
62 template<
typename TopicPolicyT = Aws::String>
68 bool m_topicPolicyHasBeenSet =
false;
AWS_ACCESSANALYZER_API SnsTopicConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_ACCESSANALYZER_API SnsTopicConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTopicPolicy(TopicPolicyT &&value)
bool TopicPolicyHasBeenSet() const
SnsTopicConfiguration & WithTopicPolicy(TopicPolicyT &&value)
const Aws::String & GetTopicPolicy() const
AWS_ACCESSANALYZER_API SnsTopicConfiguration()=default
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue