@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelMembershipForAppInstanceUserSummary extends Object implements Serializable, Cloneable, StructuredPojo
Returns the channel membership summary data for an app instance.
| Constructor and Description |
|---|
ChannelMembershipForAppInstanceUserSummary() |
public ChannelMembershipForAppInstanceUserSummary()
public void setChannelSummary(ChannelSummary channelSummary)
channelSummary - public ChannelSummary getChannelSummary()
public ChannelMembershipForAppInstanceUserSummary withChannelSummary(ChannelSummary channelSummary)
channelSummary - public void setAppInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary)
Returns the channel membership data for an app instance.
appInstanceUserMembershipSummary - Returns the channel membership data for an app instance.public AppInstanceUserMembershipSummary getAppInstanceUserMembershipSummary()
Returns the channel membership data for an app instance.
public ChannelMembershipForAppInstanceUserSummary withAppInstanceUserMembershipSummary(AppInstanceUserMembershipSummary appInstanceUserMembershipSummary)
Returns the channel membership data for an app instance.
appInstanceUserMembershipSummary - Returns the channel membership data for an app instance.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.