public class DeleteSignalingChannelRequest extends AmazonWebServiceRequest implements java.io.Serializable
Deletes a specified signaling channel. DeleteSignalingChannel is
an asynchronous operation. If you don't specify the channel's current
version, the most recent version is deleted.
| Constructor and Description |
|---|
DeleteSignalingChannelRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChannelARN()
The ARN of the signaling channel that you want to delete.
|
java.lang.String |
getCurrentVersion()
The current version of the signaling channel that you want to delete.
|
int |
hashCode() |
void |
setChannelARN(java.lang.String channelARN)
The ARN of the signaling channel that you want to delete.
|
void |
setCurrentVersion(java.lang.String currentVersion)
The current version of the signaling channel that you want to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteSignalingChannelRequest |
withChannelARN(java.lang.String channelARN)
The ARN of the signaling channel that you want to delete.
|
DeleteSignalingChannelRequest |
withCurrentVersion(java.lang.String currentVersion)
The current version of the signaling channel that you want to delete.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getChannelARN()
The ARN of the signaling channel that you want to delete.
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 delete.
public void setChannelARN(java.lang.String channelARN)
The ARN of the signaling channel that you want to delete.
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 delete.
public DeleteSignalingChannelRequest withChannelARN(java.lang.String channelARN)
The ARN of the signaling channel that you want to delete.
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 delete.
public java.lang.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.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9]+
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 void setCurrentVersion(java.lang.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.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9]+
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 DeleteSignalingChannelRequest withCurrentVersion(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9]+
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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.