@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSignalingChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeSignalingChannelRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSignalingChannelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setChannelName(String channelName)
The name of the signaling channel that you want to describe.
channelName
- The name of the signaling channel that you want to describe.public String getChannelName()
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.
channelName
- The name 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.
channelARN
- The ARN of the signaling channel that you want to describe.public String getChannelARN()
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.
channelARN
- The ARN of the signaling channel that you want to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeSignalingChannelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()