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