@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelMembershipForAppInstanceUserSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of the channel membership details of an AppInstanceUser.
| Constructor and Description |
|---|
ChannelMembershipForAppInstanceUserSummary() |
| Modifier and Type | Method and Description |
|---|---|
ChannelMembershipForAppInstanceUserSummary |
clone() |
boolean |
equals(Object obj) |
AppInstanceUserMembershipSummary |
getAppInstanceUserMembershipSummary()
Summary of the membership details of an
AppInstanceUser. |
ChannelSummary |
getChannelSummary()
Summary of the details of a
Channel. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAppInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary)
Summary of the membership details of an
AppInstanceUser. |
void |
setChannelSummary(ChannelSummary channelSummary)
Summary of the details of a
Channel. |
String |
toString()
Returns a string representation of this object.
|
ChannelMembershipForAppInstanceUserSummary |
withAppInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary)
Summary of the membership details of an
AppInstanceUser. |
ChannelMembershipForAppInstanceUserSummary |
withChannelSummary(ChannelSummary channelSummary)
Summary of the details of a
Channel. |
public ChannelMembershipForAppInstanceUserSummary()
public void setChannelSummary(ChannelSummary channelSummary)
Summary of the details of a Channel.
channelSummary - Summary of the details of a Channel.public ChannelSummary getChannelSummary()
Summary of the details of a Channel.
Channel.public ChannelMembershipForAppInstanceUserSummary withChannelSummary(ChannelSummary channelSummary)
Summary of the details of a Channel.
channelSummary - Summary of the details of a Channel.public void setAppInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary)
Summary of the membership details of an AppInstanceUser.
appInstanceUserMembershipSummary - Summary of the membership details of an AppInstanceUser.public AppInstanceUserMembershipSummary getAppInstanceUserMembershipSummary()
Summary of the membership details of an AppInstanceUser.
AppInstanceUser.public ChannelMembershipForAppInstanceUserSummary withAppInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary)
Summary of the membership details of an AppInstanceUser.
appInstanceUserMembershipSummary - Summary of the membership details of an AppInstanceUser.public String toString()
toString in class ObjectObject.toString()public ChannelMembershipForAppInstanceUserSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.