@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChannelModeratedByAppInstanceUserSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary of the details of a moderated channel.
Constructor and Description |
---|
ChannelModeratedByAppInstanceUserSummary() |
Modifier and Type | Method and Description |
---|---|
ChannelModeratedByAppInstanceUserSummary |
clone() |
boolean |
equals(Object obj) |
ChannelSummary |
getChannelSummary()
Summary of the details of a
Channel . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChannelSummary(ChannelSummary channelSummary)
Summary of the details of a
Channel . |
String |
toString()
Returns a string representation of this object.
|
ChannelModeratedByAppInstanceUserSummary |
withChannelSummary(ChannelSummary channelSummary)
Summary of the details of a
Channel . |
public ChannelModeratedByAppInstanceUserSummary()
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 ChannelModeratedByAppInstanceUserSummary withChannelSummary(ChannelSummary channelSummary)
Summary of the details of a Channel
.
channelSummary
- Summary of the details of a Channel
.public String toString()
toString
in class Object
Object.toString()
public ChannelModeratedByAppInstanceUserSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.