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>
56 inline void SetRecipient(
const char* value) { m_recipientHasBeenSet =
true; m_recipient.assign(value); }
75 inline void SetRecipientArn(
const char* value) { m_recipientArnHasBeenSet =
true; m_recipientArn.assign(value); }
110 bool m_recipientHasBeenSet =
false;
113 bool m_recipientArnHasBeenSet =
false;
116 bool m_bounceTypeHasBeenSet =
false;
119 bool m_recipientDsnFieldsHasBeenSet =
false;
AWS_SES_API BouncedRecipientInfo()
const Aws::String & GetRecipient() const
BouncedRecipientInfo & WithRecipient(const Aws::String &value)
AWS_SES_API BouncedRecipientInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetRecipientDsnFields(RecipientDsnFields &&value)
const Aws::String & GetRecipientArn() const
void SetRecipient(Aws::String &&value)
BouncedRecipientInfo & WithRecipientArn(const Aws::String &value)
bool RecipientHasBeenSet() const
BouncedRecipientInfo & WithRecipientDsnFields(RecipientDsnFields &&value)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetRecipientArn(Aws::String &&value)
bool RecipientArnHasBeenSet() const
void SetBounceType(const BounceType &value)
void SetRecipientArn(const Aws::String &value)
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetRecipient(const char *value)
const BounceType & GetBounceType() const
BouncedRecipientInfo & WithBounceType(const BounceType &value)
BouncedRecipientInfo & WithRecipient(Aws::String &&value)
bool BounceTypeHasBeenSet() const
BouncedRecipientInfo & WithRecipientArn(Aws::String &&value)
BouncedRecipientInfo & WithRecipient(const char *value)
AWS_SES_API BouncedRecipientInfo & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetBounceType(BounceType &&value)
const RecipientDsnFields & GetRecipientDsnFields() const
BouncedRecipientInfo & WithBounceType(BounceType &&value)
void SetRecipient(const Aws::String &value)
void SetRecipientArn(const char *value)
bool RecipientDsnFieldsHasBeenSet() const
void SetRecipientDsnFields(const RecipientDsnFields &value)
BouncedRecipientInfo & WithRecipientDsnFields(const RecipientDsnFields &value)
BouncedRecipientInfo & WithRecipientArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream