@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()
Returns the channel membership data for an
AppInstance. |
ChannelSummary |
getChannelSummary()
Returns the channel data for an
AppInstance. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAppInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary)
Returns the channel membership data for an
AppInstance. |
void |
setChannelSummary(ChannelSummary channelSummary)
Returns the channel data for an
AppInstance. |
String |
toString()
Returns a string representation of this object.
|
ChannelMembershipForAppInstanceUserSummary |
withAppInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary)
Returns the channel membership data for an
AppInstance. |
ChannelMembershipForAppInstanceUserSummary |
withChannelSummary(ChannelSummary channelSummary)
Returns the channel data for an
AppInstance. |
public ChannelMembershipForAppInstanceUserSummary()
public void setChannelSummary(ChannelSummary channelSummary)
Returns the channel data for an AppInstance.
channelSummary - Returns the channel data for an AppInstance.public ChannelSummary getChannelSummary()
Returns the channel data for an AppInstance.
AppInstance.public ChannelMembershipForAppInstanceUserSummary withChannelSummary(ChannelSummary channelSummary)
Returns the channel data for an AppInstance.
channelSummary - Returns the channel data for an AppInstance.public void setAppInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary)
Returns the channel membership data for an AppInstance.
appInstanceUserMembershipSummary - Returns the channel membership data for an AppInstance.public AppInstanceUserMembershipSummary getAppInstanceUserMembershipSummary()
Returns the channel membership data for an AppInstance.
AppInstance.public ChannelMembershipForAppInstanceUserSummary withAppInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary)
Returns the channel membership data for an AppInstance.
appInstanceUserMembershipSummary - Returns the channel membership data for an AppInstance.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.