Class BouncedRecipientInfo
- All Implemented Interfaces:
Serializable,SdkPojo,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.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal BounceTypeThe reason for the bounce.final StringThe reason for the bounce.static BouncedRecipientInfo.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe email address of the recipient of the bounced email.final StringThis parameter is used only for sending authorization.final RecipientDsnFieldsRecipient-related DSN fields, most of which would normally be filled in automatically when provided with aBounceType.static Class<? extends BouncedRecipientInfo.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
recipient
The email address of the recipient of the bounced email.
- Returns:
- The email address of the recipient of the bounced email.
-
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.
- Returns:
- 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.
-
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,
bounceTypewill returnBounceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombounceTypeAsString().- Returns:
- The reason for the bounce. You must provide either this parameter or
RecipientDsnFields. - See Also:
-
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,
bounceTypewill returnBounceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombounceTypeAsString().- Returns:
- The reason for the bounce. You must provide either this parameter or
RecipientDsnFields. - See Also:
-
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.- Returns:
- 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.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<BouncedRecipientInfo.Builder,BouncedRecipientInfo>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-