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