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>
60 inline void SetTopicARN(
const char* value) { m_topicARNHasBeenSet =
true; m_topicARN.assign(value); }
68 bool m_topicARNHasBeenSet =
false;
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
SNSDestination & WithTopicARN(const char *value)
AWS_SES_API SNSDestination & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API SNSDestination(const Aws::Utils::Xml::XmlNode &xmlNode)
bool TopicARNHasBeenSet() const
void SetTopicARN(const char *value)
const Aws::String & GetTopicARN() const
AWS_SES_API SNSDestination()
SNSDestination & WithTopicARN(Aws::String &&value)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetTopicARN(Aws::String &&value)
SNSDestination & WithTopicARN(const Aws::String &value)
void SetTopicARN(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream