@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSignalingChannelResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeSignalingChannelResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSignalingChannelResult |
clone() |
boolean |
equals(Object obj) |
ChannelInfo |
getChannelInfo()
A structure that encapsulates the specified signaling channel's metadata and properties.
|
int |
hashCode() |
void |
setChannelInfo(ChannelInfo channelInfo)
A structure that encapsulates the specified signaling channel's metadata and properties.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSignalingChannelResult |
withChannelInfo(ChannelInfo channelInfo)
A structure that encapsulates the specified signaling channel's metadata and properties.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setChannelInfo(ChannelInfo channelInfo)
A structure that encapsulates the specified signaling channel's metadata and properties.
channelInfo - A structure that encapsulates the specified signaling channel's metadata and properties.public ChannelInfo getChannelInfo()
A structure that encapsulates the specified signaling channel's metadata and properties.
public DescribeSignalingChannelResult withChannelInfo(ChannelInfo channelInfo)
A structure that encapsulates the specified signaling channel's metadata and properties.
channelInfo - A structure that encapsulates the specified signaling channel's metadata and properties.public String toString()
toString in class ObjectObject.toString()public DescribeSignalingChannelResult clone()