public class DescribeSignalingChannelRequest extends AmazonWebServiceRequest implements Serializable
Returns the most current information about the signaling channel. You must specify either the name or the ARN of the channel that you want to describe.
| Constructor and Description |
|---|
DescribeSignalingChannelRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getChannelARN()
The ARN of the signaling channel that you want to describe.
|
String |
getChannelName()
The name of the signaling channel that you want to describe.
|
int |
hashCode() |
void |
setChannelARN(String channelARN)
The ARN of the signaling channel that you want to describe.
|
void |
setChannelName(String channelName)
The name of the signaling channel that you want to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSignalingChannelRequest |
withChannelARN(String channelARN)
The ARN of the signaling channel that you want to describe.
|
DescribeSignalingChannelRequest |
withChannelName(String channelName)
The name of the signaling channel that you want to describe.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getChannelName()
The name of the signaling channel that you want to describe.
Constraints:
Length: 1 - 256
Pattern: [a-zA-Z0-9_.-]+
The name of the signaling channel that you want to describe.
public void setChannelName(String channelName)
The name of the signaling channel that you want to describe.
Constraints:
Length: 1 - 256
Pattern: [a-zA-Z0-9_.-]+
channelName - The name of the signaling channel that you want to describe.
public DescribeSignalingChannelRequest withChannelName(String channelName)
The name of the signaling channel that you want to describe.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
Pattern: [a-zA-Z0-9_.-]+
channelName - The name of the signaling channel that you want to describe.
public String getChannelARN()
The ARN of the signaling channel that you want to describe.
Constraints:
Length: 1 - 1024
Pattern:
arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
The ARN of the signaling channel that you want to describe.
public void setChannelARN(String channelARN)
The ARN of the signaling channel that you want to describe.
Constraints:
Length: 1 - 1024
Pattern:
arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
channelARN - The ARN of the signaling channel that you want to describe.
public DescribeSignalingChannelRequest withChannelARN(String channelARN)
The ARN of the signaling channel that you want to describe.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern:
arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
channelARN - The ARN of the signaling channel that you want to describe.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.