public class UntagResourceRequest extends AmazonWebServiceRequest implements Serializable
Removes one or more tags from a signaling channel. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.
| Constructor and Description |
|---|
UntagResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getResourceARN()
The ARN of the signaling channel from which you want to remove tags.
|
List<String> |
getTagKeyList()
A list of the keys of the tags that you want to remove.
|
int |
hashCode() |
void |
setResourceARN(String resourceARN)
The ARN of the signaling channel from which you want to remove tags.
|
void |
setTagKeyList(Collection<String> tagKeyList)
A list of the keys of the tags that you want to remove.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UntagResourceRequest |
withResourceARN(String resourceARN)
The ARN of the signaling channel from which you want to remove tags.
|
UntagResourceRequest |
withTagKeyList(Collection<String> tagKeyList)
A list of the keys of the tags that you want to remove.
|
UntagResourceRequest |
withTagKeyList(String... tagKeyList)
A list of the keys of the tags that you want to remove.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getResourceARN()
The ARN of the signaling channel from which you want to remove tags.
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 from which you want to remove tags.
public void setResourceARN(String resourceARN)
The ARN of the signaling channel from which you want to remove tags.
Constraints:
Length: 1 - 1024
Pattern:
arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
resourceARN - The ARN of the signaling channel from which you want to remove tags.
public UntagResourceRequest withResourceARN(String resourceARN)
The ARN of the signaling channel from which you want to remove tags.
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]+
resourceARN - The ARN of the signaling channel from which you want to remove tags.
public List<String> getTagKeyList()
A list of the keys of the tags that you want to remove.
A list of the keys of the tags that you want to remove.
public void setTagKeyList(Collection<String> tagKeyList)
A list of the keys of the tags that you want to remove.
tagKeyList - A list of the keys of the tags that you want to remove.
public UntagResourceRequest withTagKeyList(String... tagKeyList)
A list of the keys of the tags that you want to remove.
Returns a reference to this object so that method calls can be chained together.
tagKeyList - A list of the keys of the tags that you want to remove.
public UntagResourceRequest withTagKeyList(Collection<String> tagKeyList)
A list of the keys of the tags that you want to remove.
Returns a reference to this object so that method calls can be chained together.
tagKeyList - A list of the keys of the tags that you want to remove.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.