public class DeleteTagsRequest extends AmazonWebServiceRequest implements Serializable
DeleteTags operation.
Removes the specified tags or a set of tags from a set of resources.
| Constructor and Description |
|---|
DeleteTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Tag> |
getTags()
Each tag should be defined by its resource type, resource ID, key,
value, and a propagate flag.
|
int |
hashCode() |
void |
setTags(Collection<Tag> tags)
Each tag should be defined by its resource type, resource ID, key,
value, and a propagate flag.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTagsRequest |
withTags(Collection<Tag> tags)
Each tag should be defined by its resource type, resource ID, key,
value, and a propagate flag.
|
DeleteTagsRequest |
withTags(Tag... tags)
Each tag should be defined by its resource type, resource ID, key,
value, and a propagate flag.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic List<Tag> getTags()
public void setTags(Collection<Tag> tags)
tags - Each tag should be defined by its resource type, resource ID, key,
value, and a propagate flag. Valid values are: Resource type =
auto-scaling-group, Resource ID = AutoScalingGroupName,
key=value, value=value, propagate=true or
false.public DeleteTagsRequest withTags(Tag... tags)
Returns a reference to this object so that method calls can be chained together.
tags - Each tag should be defined by its resource type, resource ID, key,
value, and a propagate flag. Valid values are: Resource type =
auto-scaling-group, Resource ID = AutoScalingGroupName,
key=value, value=value, propagate=true or
false.public DeleteTagsRequest withTags(Collection<Tag> tags)
Returns a reference to this object so that method calls can be chained together.
tags - Each tag should be defined by its resource type, resource ID, key,
value, and a propagate flag. Valid values are: Resource type =
auto-scaling-group, Resource ID = AutoScalingGroupName,
key=value, value=value, propagate=true or
false.public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.