@Generated(value="software.amazon.awssdk:codegen") public final class BouncedRecipientInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BouncedRecipientInfo.Builder,BouncedRecipientInfo>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BouncedRecipientInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
BounceType |
bounceType()
The reason for the bounce.
|
String |
bounceTypeAsString()
The reason for the bounce.
|
static BouncedRecipientInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
recipient()
The email address of the recipient of the bounced email.
|
String |
recipientArn()
This parameter is used only for sending authorization.
|
RecipientDsnFields |
recipientDsnFields()
Recipient-related DSN fields, most of which would normally be filled in automatically when provided with a
BounceType. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BouncedRecipientInfo.Builder> |
serializableBuilderClass() |
BouncedRecipientInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String recipient()
The email address of the recipient of the bounced email.
public final String recipientArn()
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.
public final BounceType bounceType()
The reason for the bounce. You must provide either this parameter or RecipientDsnFields.
If the service returns an enum value that is not available in the current SDK version, bounceType will
return BounceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
bounceTypeAsString().
RecipientDsnFields.BounceTypepublic final String bounceTypeAsString()
The reason for the bounce. You must provide either this parameter or RecipientDsnFields.
If the service returns an enum value that is not available in the current SDK version, bounceType will
return BounceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
bounceTypeAsString().
RecipientDsnFields.BounceTypepublic 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 or BounceType.
BounceType. You must provide either this parameter or BounceType.public BouncedRecipientInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BouncedRecipientInfo.Builder,BouncedRecipientInfo>public static BouncedRecipientInfo.Builder builder()
public static Class<? extends BouncedRecipientInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.