@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
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.
|
addHandlerContext, 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 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()