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>
10#include <aws/email/model/BounceType.h>
11#include <aws/email/model/RecipientDsnFields.h>
48 template <
typename RecipientT = Aws::String>
50 m_recipientHasBeenSet =
true;
51 m_recipient = std::forward<RecipientT>(value);
53 template <
typename RecipientT = Aws::String>
71 template <
typename RecipientArnT = Aws::String>
73 m_recipientArnHasBeenSet =
true;
74 m_recipientArn = std::forward<RecipientArnT>(value);
76 template <
typename RecipientArnT = Aws::String>
91 m_bounceTypeHasBeenSet =
true;
108 template <
typename RecipientDsnFieldsT = RecipientDsnFields>
110 m_recipientDsnFieldsHasBeenSet =
true;
111 m_recipientDsnFields = std::forward<RecipientDsnFieldsT>(value);
113 template <
typename RecipientDsnFieldsT = RecipientDsnFields>
126 RecipientDsnFields m_recipientDsnFields;
127 bool m_recipientHasBeenSet =
false;
128 bool m_recipientArnHasBeenSet =
false;
129 bool m_bounceTypeHasBeenSet =
false;
130 bool m_recipientDsnFieldsHasBeenSet =
false;
const Aws::String & GetRecipient() const
void SetRecipientDsnFields(RecipientDsnFieldsT &&value)
AWS_SES_API BouncedRecipientInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetRecipientArn(RecipientArnT &&value)
const Aws::String & GetRecipientArn() const
void SetRecipient(RecipientT &&value)
void SetBounceType(BounceType value)
BounceType GetBounceType() const
bool RecipientHasBeenSet() const
BouncedRecipientInfo & WithRecipientArn(RecipientArnT &&value)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool RecipientArnHasBeenSet() const
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
BouncedRecipientInfo & WithBounceType(BounceType value)
bool BounceTypeHasBeenSet() const
BouncedRecipientInfo & WithRecipient(RecipientT &&value)
BouncedRecipientInfo & WithRecipientDsnFields(RecipientDsnFieldsT &&value)
AWS_SES_API BouncedRecipientInfo()=default
AWS_SES_API BouncedRecipientInfo & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const RecipientDsnFields & GetRecipientDsnFields() const
bool RecipientDsnFieldsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream