@Generated(value="software.amazon.awssdk:codegen") public final class AppInstanceUserMembershipSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppInstanceUserMembershipSummary.Builder,AppInstanceUserMembershipSummary>
Summary of the membership details of an AppInstanceUser.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppInstanceUserMembershipSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AppInstanceUserMembershipSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
readMarkerTimestamp()
The time at which a message was last read.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AppInstanceUserMembershipSummary.Builder> |
serializableBuilderClass() |
AppInstanceUserMembershipSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ChannelMembershipType |
type()
The type of
ChannelMembership. |
String |
typeAsString()
The type of
ChannelMembership. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ChannelMembershipType type()
The type of ChannelMembership.
If the service returns an enum value that is not available in the current SDK version, type will return
ChannelMembershipType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ChannelMembership.ChannelMembershipTypepublic final String typeAsString()
The type of ChannelMembership.
If the service returns an enum value that is not available in the current SDK version, type will return
ChannelMembershipType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ChannelMembership.ChannelMembershipTypepublic final Instant readMarkerTimestamp()
The time at which a message was last read.
public AppInstanceUserMembershipSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AppInstanceUserMembershipSummary.Builder,AppInstanceUserMembershipSummary>public static AppInstanceUserMembershipSummary.Builder builder()
public static Class<? extends AppInstanceUserMembershipSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.