@Generated(value="software.amazon.awssdk:codegen") public final class RetainedMessageSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RetainedMessageSummary.Builder,RetainedMessageSummary>
Information about a single retained message.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RetainedMessageSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RetainedMessageSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
lastModifiedTime()
The Epoch date and time, in milliseconds, when the retained message was stored by IoT.
|
Long |
payloadSize()
The size of the retained message's payload in bytes.
|
Integer |
qos()
The quality of service (QoS) level used to publish the retained message.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RetainedMessageSummary.Builder> |
serializableBuilderClass() |
RetainedMessageSummary.Builder |
toBuilder() |
String |
topic()
The topic name to which the retained message was published.
|
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String topic()
The topic name to which the retained message was published.
public final Long payloadSize()
The size of the retained message's payload in bytes.
public final Integer qos()
The quality of service (QoS) level used to publish the retained message.
public final Long lastModifiedTime()
The Epoch date and time, in milliseconds, when the retained message was stored by IoT.
public RetainedMessageSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RetainedMessageSummary.Builder,RetainedMessageSummary>public static RetainedMessageSummary.Builder builder()
public static Class<? extends RetainedMessageSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.