Class EventDetails
java.lang.Object
software.amazon.awssdk.services.sesv2.model.EventDetails
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EventDetails.Builder,EventDetails>
@Generated("software.amazon.awssdk:codegen")
public final class EventDetails
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<EventDetails.Builder,EventDetails>
Contains a Bounce object if the event type is BOUNCE. Contains a Complaint
object if the event type is COMPLAINT.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Bouncebounce()Information about aBounceevent.static EventDetails.Builderbuilder()final ComplaintInformation about aComplaintevent.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends EventDetails.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
-
bounce
Information about a
Bounceevent.- Returns:
- Information about a
Bounceevent.
-
complaint
Information about a
Complaintevent.- Returns:
- Information about a
Complaintevent.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<EventDetails.Builder,EventDetails>
-
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
-