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/BounceType.h>
11#include <aws/email/model/RecipientDsnFields.h>
54 template<
typename RecipientT = Aws::String>
55 void SetRecipient(RecipientT&& value) { m_recipientHasBeenSet =
true; m_recipient = std::forward<RecipientT>(value); }
56 template<
typename RecipientT = Aws::String>
71 template<
typename RecipientArnT = Aws::String>
72 void SetRecipientArn(RecipientArnT&& value) { m_recipientArnHasBeenSet =
true; m_recipientArn = std::forward<RecipientArnT>(value); }
73 template<
typename RecipientArnT = Aws::String>
96 template<
typename RecipientDsnFieldsT = RecipientDsnFields>
97 void SetRecipientDsnFields(RecipientDsnFieldsT&& value) { m_recipientDsnFieldsHasBeenSet =
true; m_recipientDsnFields = std::forward<RecipientDsnFieldsT>(value); }
98 template<
typename RecipientDsnFieldsT = RecipientDsnFields>
104 bool m_recipientHasBeenSet =
false;
107 bool m_recipientArnHasBeenSet =
false;
110 bool m_bounceTypeHasBeenSet =
false;
112 RecipientDsnFields m_recipientDsnFields;
113 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