Class Receipt
- java.lang.Object
-
- software.amazon.awssdk.services.connectparticipant.model.Receipt
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Receipt.Builder,Receipt>
@Generated("software.amazon.awssdk:codegen") public final class Receipt extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Receipt.Builder,Receipt>
The receipt for the message delivered to the recipient.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReceipt.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Receipt.Builderbuilder()StringdeliveredTimestamp()The time when the message was delivered to the recipient.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringreadTimestamp()The time when the message was read by the recipient.StringrecipientParticipantId()The identifier of the recipient of the message.List<SdkField<?>>sdkFields()static Class<? extends Receipt.Builder>serializableBuilderClass()Receipt.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
deliveredTimestamp
public final String deliveredTimestamp()
The time when the message was delivered to the recipient.
- Returns:
- The time when the message was delivered to the recipient.
-
readTimestamp
public final String readTimestamp()
The time when the message was read by the recipient.
- Returns:
- The time when the message was read by the recipient.
-
recipientParticipantId
public final String recipientParticipantId()
The identifier of the recipient of the message.
- Returns:
- The identifier of the recipient of the message.
-
toBuilder
public Receipt.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Receipt.Builder,Receipt>
-
builder
public static Receipt.Builder builder()
-
serializableBuilderClass
public static Class<? extends Receipt.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-