@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()
An object that contains information about the channel.
|
int |
hashCode() |
void |
setChannel(Channel channel)
An object that contains information about the channel.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeChannelResult |
withChannel(Channel channel)
An object that contains information about the channel.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChannel(Channel channel)
An object that contains information about the channel.
channel
- An object that contains information about the channel.public Channel getChannel()
An object that contains information about the channel.
public DescribeChannelResult withChannel(Channel channel)
An object that contains information about the channel.
channel
- An object that contains information about the channel.public String toString()
toString
in class Object
Object.toString()
public DescribeChannelResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.