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>
54 inline void SetTopic(
const char* value) { m_topicHasBeenSet =
true; m_topic.assign(value); }
62 bool m_topicHasBeenSet =
false;
InvalidSnsTopicException & WithTopic(Aws::String &&value)
void SetTopic(Aws::String &&value)
void SetTopic(const Aws::String &value)
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool TopicHasBeenSet() const
InvalidSnsTopicException & WithTopic(const Aws::String &value)
AWS_SES_API InvalidSnsTopicException()
InvalidSnsTopicException & WithTopic(const char *value)
AWS_SES_API InvalidSnsTopicException & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API InvalidSnsTopicException(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetTopic(const char *value)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetTopic() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream