@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeChannelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeChannelResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeChannelResult |
clone() |
boolean |
equals(Object obj) |
Channel |
getChannel()
The channel details.
|
int |
hashCode() |
void |
setChannel(Channel channel)
The channel details.
|
String |
toString()
Returns a string representation of this object.
|
DescribeChannelResult |
withChannel(Channel channel)
The channel details.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setChannel(Channel channel)
The channel details.
channel - The channel details.public Channel getChannel()
The channel details.
public DescribeChannelResult withChannel(Channel channel)
The channel details.
channel - The channel details.public String toString()
toString in class ObjectObject.toString()public DescribeChannelResult clone()