public class DeleteTagsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteTags operation.
Removes the specified tags or a set of tags from a set of resources.
| コンストラクタと説明 |
|---|
DeleteTagsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Tag> |
getTags()
Each tag should be defined by its resource type, resource ID, key,
value, and a propagate flag.
|
int |
hashCode() |
void |
setTags(java.util.Collection<Tag> tags)
Each tag should be defined by its resource type, resource ID, key,
value, and a propagate flag.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTagsRequest |
withTags(java.util.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, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<Tag> getTags()
public void setTags(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object