7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/email/SES_EXPORTS.h>
54 template <
typename TopicArnT = Aws::String>
56 m_topicArnHasBeenSet =
true;
57 m_topicArn = std::forward<TopicArnT>(value);
59 template <
typename TopicArnT = Aws::String>
73 template <
typename SmtpReplyCodeT = Aws::String>
75 m_smtpReplyCodeHasBeenSet =
true;
76 m_smtpReplyCode = std::forward<SmtpReplyCodeT>(value);
78 template <
typename SmtpReplyCodeT = Aws::String>
92 template <
typename StatusCodeT = Aws::String>
94 m_statusCodeHasBeenSet =
true;
95 m_statusCode = std::forward<StatusCodeT>(value);
97 template <
typename StatusCodeT = Aws::String>
110 template <
typename MessageT = Aws::String>
112 m_messageHasBeenSet =
true;
113 m_message = std::forward<MessageT>(value);
115 template <
typename MessageT = Aws::String>
129 template <
typename SenderT = Aws::String>
131 m_senderHasBeenSet =
true;
132 m_sender = std::forward<SenderT>(value);
134 template <
typename SenderT = Aws::String>
150 bool m_topicArnHasBeenSet =
false;
151 bool m_smtpReplyCodeHasBeenSet =
false;
152 bool m_statusCodeHasBeenSet =
false;
153 bool m_messageHasBeenSet =
false;
154 bool m_senderHasBeenSet =
false;
BounceAction & WithSender(SenderT &&value)
const Aws::String & GetSender() const
bool StatusCodeHasBeenSet() const
const Aws::String & GetStatusCode() const
const Aws::String & GetTopicArn() const
BounceAction & WithStatusCode(StatusCodeT &&value)
bool TopicArnHasBeenSet() const
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_SES_API BounceAction()=default
BounceAction & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
void SetSender(SenderT &&value)
AWS_SES_API BounceAction(const Aws::Utils::Xml::XmlNode &xmlNode)
bool MessageHasBeenSet() const
void SetSmtpReplyCode(SmtpReplyCodeT &&value)
bool SenderHasBeenSet() const
BounceAction & WithTopicArn(TopicArnT &&value)
const Aws::String & GetSmtpReplyCode() const
AWS_SES_API BounceAction & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetStatusCode(StatusCodeT &&value)
BounceAction & WithSmtpReplyCode(SmtpReplyCodeT &&value)
bool SmtpReplyCodeHasBeenSet() const
void SetTopicArn(TopicArnT &&value)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream