7#include <aws/email/SES_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename TopicT = Aws::String>
53 void SetTopic(TopicT&& value) { m_topicHasBeenSet =
true; m_topic = std::forward<TopicT>(value); }
54 template<
typename TopicT = Aws::String>
60 bool m_topicHasBeenSet =
false;
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
InvalidSnsTopicException & WithTopic(TopicT &&value)
bool TopicHasBeenSet() const
AWS_SES_API InvalidSnsTopicException()=default
AWS_SES_API InvalidSnsTopicException & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API InvalidSnsTopicException(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetTopic() const
void SetTopic(TopicT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream