@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSignalingChannelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteSignalingChannelRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteSignalingChannelRequest |
clone() |
boolean |
equals(Object obj) |
String |
getChannelARN()
The ARN of the signaling channel that you want to delete.
|
String |
getCurrentVersion()
The current version of the signaling channel that you want to delete.
|
int |
hashCode() |
void |
setChannelARN(String channelARN)
The ARN of the signaling channel that you want to delete.
|
void |
setCurrentVersion(String currentVersion)
The current version of the signaling channel that you want to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSignalingChannelRequest |
withChannelARN(String channelARN)
The ARN of the signaling channel that you want to delete.
|
DeleteSignalingChannelRequest |
withCurrentVersion(String currentVersion)
The current version of the signaling channel that you want to delete.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setChannelARN(String channelARN)
The ARN of the signaling channel that you want to delete.
channelARN - The ARN of the signaling channel that you want to delete.public String getChannelARN()
The ARN of the signaling channel that you want to delete.
public DeleteSignalingChannelRequest withChannelARN(String channelARN)
The ARN of the signaling channel that you want to delete.
channelARN - The ARN of the signaling channel that you want to delete.public void setCurrentVersion(String currentVersion)
The current version of the signaling channel that you want to delete. You can obtain the current version by
invoking the DescribeSignalingChannel or ListSignalingChannels APIs.
currentVersion - The current version of the signaling channel that you want to delete. You can obtain the current version
by invoking the DescribeSignalingChannel or ListSignalingChannels APIs.public String getCurrentVersion()
The current version of the signaling channel that you want to delete. You can obtain the current version by
invoking the DescribeSignalingChannel or ListSignalingChannels APIs.
DescribeSignalingChannel or ListSignalingChannels APIs.public DeleteSignalingChannelRequest withCurrentVersion(String currentVersion)
The current version of the signaling channel that you want to delete. You can obtain the current version by
invoking the DescribeSignalingChannel or ListSignalingChannels APIs.
currentVersion - The current version of the signaling channel that you want to delete. You can obtain the current version
by invoking the DescribeSignalingChannel or ListSignalingChannels APIs.public String toString()
toString in class ObjectObject.toString()public DeleteSignalingChannelRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.