|
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.rds.model.RemoveTagsFromResourceRequest
public class RemoveTagsFromResourceRequest
Container for the parameters to the RemoveTagsFromResource operation.
Removes metadata tags from a DB Instance.
For an overview on tagging DB Instances, see DB Instance Tags.
AmazonRDS.removeTagsFromResource(RemoveTagsFromResourceRequest),
Serialized Form| Constructor Summary | |
|---|---|
RemoveTagsFromResourceRequest()
|
|
| Method Summary | |
|---|---|
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. |
| 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 RemoveTagsFromResourceRequest()
| Method Detail |
|---|
public java.lang.String getResourceName()
public void setResourceName(java.lang.String resourceName)
resourceName - The DB Instance the tags will be removed from.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.
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 in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||