Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.autoscaling.model
Class DeleteTagsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.autoscaling.model.DeleteTagsRequest
All Implemented Interfaces:
Serializable

public class DeleteTagsRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DeleteTags operation.

Removes the specified tags or a set of tags from a set of resources.

See Also:
AmazonAutoScaling.deleteTags(DeleteTagsRequest), Serialized Form

Constructor Summary
DeleteTagsRequest()
           
 
Method Summary
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteTagsRequest

public DeleteTagsRequest()
Method Detail

getTags

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.

Returns:
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.

setTags

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.

Parameters:
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.

withTags

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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

withTags

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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.