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>
10#include <aws/email/model/SNSActionEncoding.h>
71 template<
typename TopicArnT = Aws::String>
72 void SetTopicArn(TopicArnT&& value) { m_topicArnHasBeenSet =
true; m_topicArn = std::forward<TopicArnT>(value); }
73 template<
typename TopicArnT = Aws::String>
92 bool m_topicArnHasBeenSet =
false;
95 bool m_encodingHasBeenSet =
false;
bool TopicArnHasBeenSet() const
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_SES_API SNSAction()=default
void SetEncoding(SNSActionEncoding value)
SNSActionEncoding GetEncoding() const
bool EncodingHasBeenSet() const
AWS_SES_API SNSAction & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
SNSAction & WithTopicArn(TopicArnT &&value)
SNSAction & WithEncoding(SNSActionEncoding value)
void SetTopicArn(TopicArnT &&value)
AWS_SES_API SNSAction(const Aws::Utils::Xml::XmlNode &xmlNode)
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