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