|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.autoscaling.model.DeleteTagsRequest
public class DeleteTagsRequest
Container for the parameters to the DeleteTags operation.
Removes the specified tags or a set of tags from a set of resources.
AmazonAutoScaling.deleteTags(DeleteTagsRequest)| 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 |
|---|
public DeleteTagsRequest()
| Method Detail |
|---|
public 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()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||