@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppInstanceUserMembershipSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of the membership details of an AppInstanceUser.
| Constructor and Description |
|---|
AppInstanceUserMembershipSummary() |
| Modifier and Type | Method and Description |
|---|---|
AppInstanceUserMembershipSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getReadMarkerTimestamp()
The time at which an
AppInstanceUser last marked a channel as read. |
String |
getType()
The type of
ChannelMembership. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setReadMarkerTimestamp(Date readMarkerTimestamp)
The time at which an
AppInstanceUser last marked a channel as read. |
void |
setType(String type)
The type of
ChannelMembership. |
String |
toString()
Returns a string representation of this object.
|
AppInstanceUserMembershipSummary |
withReadMarkerTimestamp(Date readMarkerTimestamp)
The time at which an
AppInstanceUser last marked a channel as read. |
AppInstanceUserMembershipSummary |
withType(ChannelMembershipType type)
The type of
ChannelMembership. |
AppInstanceUserMembershipSummary |
withType(String type)
The type of
ChannelMembership. |
public void setType(String type)
The type of ChannelMembership.
type - The type of ChannelMembership.ChannelMembershipTypepublic String getType()
The type of ChannelMembership.
ChannelMembership.ChannelMembershipTypepublic AppInstanceUserMembershipSummary withType(String type)
The type of ChannelMembership.
type - The type of ChannelMembership.ChannelMembershipTypepublic AppInstanceUserMembershipSummary withType(ChannelMembershipType type)
The type of ChannelMembership.
type - The type of ChannelMembership.ChannelMembershipTypepublic void setReadMarkerTimestamp(Date readMarkerTimestamp)
The time at which an AppInstanceUser last marked a channel as read.
readMarkerTimestamp - The time at which an AppInstanceUser last marked a channel as read.public Date getReadMarkerTimestamp()
The time at which an AppInstanceUser last marked a channel as read.
AppInstanceUser last marked a channel as read.public AppInstanceUserMembershipSummary withReadMarkerTimestamp(Date readMarkerTimestamp)
The time at which an AppInstanceUser last marked a channel as read.
readMarkerTimestamp - The time at which an AppInstanceUser last marked a channel as read.public String toString()
toString in class ObjectObject.toString()public AppInstanceUserMembershipSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.