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