@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UntagStreamRequest() |
| Modifier and Type | Method and Description |
|---|---|
UntagStreamRequest |
clone() |
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.
|
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.
|
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 setStreamARN(String streamARN)
The Amazon Resource Name (ARN) of the stream that you want to remove tags from.
streamARN - The Amazon Resource Name (ARN) of the stream that you want to remove tags from.public String getStreamARN()
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.
streamARN - The Amazon Resource Name (ARN) 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.
streamName - The name 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.
public UntagStreamRequest withStreamName(String streamName)
The name of the stream that you want to remove tags from.
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.
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.
NOTE: This method appends the values to the existing list (if any). Use
setTagKeyList(java.util.Collection) or withTagKeyList(java.util.Collection) if you want to
override the existing values.
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.
tagKeyList - A list of the keys of the tags that you want to remove.public String toString()
toString in class ObjectObject.toString()public UntagStreamRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.