public class RemoveTagsFromStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input for RemoveTagsFromStream.
NOOP| Constructor and Description |
|---|
RemoveTagsFromStreamRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemoveTagsFromStreamRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getStreamName()
The name of the stream.
|
List<String> |
getTagKeys()
A list of tag keys.
|
int |
hashCode() |
void |
setStreamName(String streamName)
The name of the stream.
|
void |
setTagKeys(Collection<String> tagKeys)
A list of tag keys.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveTagsFromStreamRequest |
withStreamName(String streamName)
The name of the stream.
|
RemoveTagsFromStreamRequest |
withTagKeys(Collection<String> tagKeys)
A list of tag keys.
|
RemoveTagsFromStreamRequest |
withTagKeys(String... tagKeys)
A list of tag keys.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStreamName(String streamName)
The name of the stream.
streamName - The name of the stream.public String getStreamName()
The name of the stream.
public RemoveTagsFromStreamRequest withStreamName(String streamName)
The name of the stream.
streamName - The name of the stream.public List<String> getTagKeys()
A list of tag keys. Each corresponding tag is removed from the stream.
public void setTagKeys(Collection<String> tagKeys)
A list of tag keys. Each corresponding tag is removed from the stream.
tagKeys - A list of tag keys. Each corresponding tag is removed from the
stream.public RemoveTagsFromStreamRequest withTagKeys(String... tagKeys)
A list of tag keys. Each corresponding tag is removed from the stream.
NOTE: This method appends the values to the existing list (if
any). Use setTagKeys(java.util.Collection) or
withTagKeys(java.util.Collection) if you want to override the
existing values.
tagKeys - A list of tag keys. Each corresponding tag is removed from the
stream.public RemoveTagsFromStreamRequest withTagKeys(Collection<String> tagKeys)
A list of tag keys. Each corresponding tag is removed from the stream.
tagKeys - A list of tag keys. Each corresponding tag is removed from the
stream.public String toString()
toString in class ObjectObject.toString()public RemoveTagsFromStreamRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.