@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Receipt.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Receipt.Builder |
builder() |
String |
deliveredTimestamp()
The time when the message was delivered to the recipient.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
readTimestamp()
The time when the message was read by the recipient.
|
String |
recipientParticipantId()
The identifier of the recipient of the message.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Receipt.Builder> |
serializableBuilderClass() |
Receipt.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String deliveredTimestamp()
The time when the message was delivered to the recipient.
public final String readTimestamp()
The time when the message was read by the recipient.
public final String recipientParticipantId()
The identifier of the recipient of the message.
public Receipt.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Receipt.Builder,Receipt>public static Receipt.Builder builder()
public static Class<? extends Receipt.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.