public class DeleteTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteTagsRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTagsRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<Tag> getTags()
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 void setTags(Collection<Tag> 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.
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)
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.
NOTE: This method appends the values to the existing list (if
any). Use setTags(java.util.Collection)
or
withTags(java.util.Collection)
if you want to override the
existing values.
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)
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.
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 Object
Object.toString()
public DeleteTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.