@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UntagDeliveryStreamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UntagDeliveryStreamRequest() |
| Modifier and Type | Method and Description |
|---|---|
UntagDeliveryStreamRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryStreamName()
The name of the delivery stream.
|
List<String> |
getTagKeys()
A list of tag keys.
|
int |
hashCode() |
void |
setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
|
void |
setTagKeys(Collection<String> tagKeys)
A list of tag keys.
|
String |
toString()
Returns a string representation of this object.
|
UntagDeliveryStreamRequest |
withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
|
UntagDeliveryStreamRequest |
withTagKeys(Collection<String> tagKeys)
A list of tag keys.
|
UntagDeliveryStreamRequest |
withTagKeys(String... tagKeys)
A list of tag keys.
|
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 setDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
deliveryStreamName - The name of the delivery stream.public String getDeliveryStreamName()
The name of the delivery stream.
public UntagDeliveryStreamRequest withDeliveryStreamName(String deliveryStreamName)
The name of the delivery stream.
deliveryStreamName - The name of the delivery stream.public List<String> getTagKeys()
A list of tag keys. Each corresponding tag is removed from the delivery stream.
public void setTagKeys(Collection<String> tagKeys)
A list of tag keys. Each corresponding tag is removed from the delivery stream.
tagKeys - A list of tag keys. Each corresponding tag is removed from the delivery stream.public UntagDeliveryStreamRequest withTagKeys(String... tagKeys)
A list of tag keys. Each corresponding tag is removed from the delivery 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 delivery stream.public UntagDeliveryStreamRequest withTagKeys(Collection<String> tagKeys)
A list of tag keys. Each corresponding tag is removed from the delivery stream.
tagKeys - A list of tag keys. Each corresponding tag is removed from the delivery stream.public String toString()
toString in class ObjectObject.toString()public UntagDeliveryStreamRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.