public class UntagStreamRequest extends AmazonWebServiceRequest implements Serializable
Removes one or more tags from a stream. 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.
In the request, you must provide the StreamName or
StreamARN.
| Constructor and Description |
|---|
UntagStreamRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getStreamARN()
The Amazon Resource Name (ARN) of the stream that you want to remove tags
from.
|
String |
getStreamName()
The name of the stream that you want to remove tags from.
|
List<String> |
getTagKeyList()
A list of the keys of the tags that you want to remove.
|
int |
hashCode() |
void |
setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to remove tags
from.
|
void |
setStreamName(String streamName)
The name of the stream that you want to remove tags from.
|
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.
|
UntagStreamRequest |
withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to remove tags
from.
|
UntagStreamRequest |
withStreamName(String streamName)
The name of the stream that you want to remove tags from.
|
UntagStreamRequest |
withTagKeyList(Collection<String> tagKeyList)
A list of the keys of the tags that you want to remove.
|
UntagStreamRequest |
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 getStreamARN()
The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
Constraints:
Length: 1 - 1024
Pattern:
arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
public void setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
Constraints:
Length: 1 - 1024
Pattern:
arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
streamARN - The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
public UntagStreamRequest withStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
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]+
streamARN - The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
public String getStreamName()
The name of the stream that you want to remove tags from.
Constraints:
Length: 1 - 256
Pattern: [a-zA-Z0-9_.-]+
The name of the stream that you want to remove tags from.
public void setStreamName(String streamName)
The name of the stream that you want to remove tags from.
Constraints:
Length: 1 - 256
Pattern: [a-zA-Z0-9_.-]+
streamName - The name of the stream that you want to remove tags from.
public UntagStreamRequest withStreamName(String streamName)
The name of the stream that you want to remove tags from.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
Pattern: [a-zA-Z0-9_.-]+
streamName - The name of the stream that you want to remove tags from.
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 UntagStreamRequest 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 UntagStreamRequest 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.