BouncedRecipientInfo class
Recipient-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.
For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.
Constructors
- BouncedRecipientInfo({required String recipient, BounceType? bounceType, String? recipientArn, RecipientDsnFields? recipientDsnFields})
Properties
- bounceType → BounceType?
-
The reason for the bounce. You must provide either this parameter or
RecipientDsnFields
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- recipient → String
-
The email address of the recipient of the bounced email.
final
- recipientArn → String?
-
This parameter is used only for sending authorization. It is the ARN of the
identity that is associated with the sending authorization policy that
permits you to receive email for the recipient of the bounced email. For
more information about sending authorization, see the Amazon
SES Developer Guide.
final
- recipientDsnFields → RecipientDsnFields?
-
Recipient-related DSN fields, most of which would normally be filled in
automatically when provided with a
BounceType
. You must provide either this parameter orBounceType
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited