@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSignalingChannelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateSignalingChannelResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateSignalingChannelResult |
clone() |
boolean |
equals(Object obj) |
String |
getChannelARN()
The ARN of the created channel.
|
int |
hashCode() |
void |
setChannelARN(String channelARN)
The ARN of the created channel.
|
String |
toString()
Returns a string representation of this object.
|
CreateSignalingChannelResult |
withChannelARN(String channelARN)
The ARN of the created channel.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setChannelARN(String channelARN)
The ARN of the created channel.
channelARN - The ARN of the created channel.public String getChannelARN()
The ARN of the created channel.
public CreateSignalingChannelResult withChannelARN(String channelARN)
The ARN of the created channel.
channelARN - The ARN of the created channel.public String toString()
toString in class ObjectObject.toString()public CreateSignalingChannelResult clone()
Copyright © 2019. All rights reserved.