@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeChannelModeratorResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeChannelModeratorResult() |
Modifier and Type | Method and Description |
---|---|
DescribeChannelModeratorResult |
clone() |
boolean |
equals(Object obj) |
ChannelModerator |
getChannelModerator()
The details of the channel moderator.
|
int |
hashCode() |
void |
setChannelModerator(ChannelModerator channelModerator)
The details of the channel moderator.
|
String |
toString()
Returns a string representation of this object.
|
DescribeChannelModeratorResult |
withChannelModerator(ChannelModerator channelModerator)
The details of the channel moderator.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChannelModerator(ChannelModerator channelModerator)
The details of the channel moderator.
channelModerator
- The details of the channel moderator.public ChannelModerator getChannelModerator()
The details of the channel moderator.
public DescribeChannelModeratorResult withChannelModerator(ChannelModerator channelModerator)
The details of the channel moderator.
channelModerator
- The details of the channel moderator.public String toString()
toString
in class Object
Object.toString()
public DescribeChannelModeratorResult clone()