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