public class RemoveTagsFromResourceRequest extends AmazonWebServiceRequest implements java.io.Serializable
RemoveTagsFromResource operation.
Removes metadata tags from a DB Instance.
For an overview on tagging DB Instances, see DB Instance Tags.
| コンストラクタと説明 |
|---|
RemoveTagsFromResourceRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getResourceName()
The DB Instance the tags will be removed from.
|
java.util.List<java.lang.String> |
getTagKeys()
The tag key (name) of the tag to be removed.
|
int |
hashCode() |
void |
setResourceName(java.lang.String resourceName)
The DB Instance the tags will be removed from.
|
void |
setTagKeys(java.util.Collection<java.lang.String> tagKeys)
The tag key (name) of the tag to be removed.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RemoveTagsFromResourceRequest |
withResourceName(java.lang.String resourceName)
The DB Instance the tags will be removed from.
|
RemoveTagsFromResourceRequest |
withTagKeys(java.util.Collection<java.lang.String> tagKeys)
The tag key (name) of the tag to be removed.
|
RemoveTagsFromResourceRequest |
withTagKeys(java.lang.String... tagKeys)
The tag key (name) of the tag to be removed.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getResourceName()
public void setResourceName(java.lang.String resourceName)
resourceName - The DB Instance the tags will be removed from. This value is an Amazon
Resource Name (ARN). For information about creating an ARN, see
Constructing an RDS Amazon Resource Name (ARN).public RemoveTagsFromResourceRequest withResourceName(java.lang.String resourceName)
Returns a reference to this object so that method calls can be chained together.
resourceName - The DB Instance the tags will be removed from. This value is an Amazon
Resource Name (ARN). For information about creating an ARN, see
Constructing an RDS Amazon Resource Name (ARN).public java.util.List<java.lang.String> getTagKeys()
public void setTagKeys(java.util.Collection<java.lang.String> tagKeys)
tagKeys - The tag key (name) of the tag to be removed.public RemoveTagsFromResourceRequest withTagKeys(java.lang.String... tagKeys)
Returns a reference to this object so that method calls can be chained together.
tagKeys - The tag key (name) of the tag to be removed.public RemoveTagsFromResourceRequest withTagKeys(java.util.Collection<java.lang.String> tagKeys)
Returns a reference to this object so that method calls can be chained together.
tagKeys - The tag key (name) of the tag to be removed.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