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