Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class RemoveTagsFromResourceRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.rds.model.RemoveTagsFromResourceRequest

public class RemoveTagsFromResourceRequest
extends AmazonWebServiceRequest

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.

See Also:
AmazonRDS.removeTagsFromResource(RemoveTagsFromResourceRequest)

Constructor Summary
RemoveTagsFromResourceRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getResourceName()
          The DB Instance the tags will be removed from.
 List<String> getTagKeys()
          The tag key (name) of the tag to be removed.
 int hashCode()
           
 void setResourceName(String resourceName)
          The DB Instance the tags will be removed from.
 void setTagKeys(Collection<String> tagKeys)
          The tag key (name) of the tag to be removed.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 RemoveTagsFromResourceRequest withResourceName(String resourceName)
          The DB Instance the tags will be removed from.
 RemoveTagsFromResourceRequest withTagKeys(Collection<String> tagKeys)
          The tag key (name) of the tag to be removed.
 RemoveTagsFromResourceRequest withTagKeys(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

RemoveTagsFromResourceRequest

public RemoveTagsFromResourceRequest()
Method Detail

getResourceName

public String getResourceName()
The DB Instance the tags will be removed from.

Returns:
The DB Instance the tags will be removed from.

setResourceName

public void setResourceName(String resourceName)
The DB Instance the tags will be removed from.

Parameters:
resourceName - The DB Instance the tags will be removed from.

withResourceName

public RemoveTagsFromResourceRequest withResourceName(String resourceName)
The DB Instance the tags will be removed from.

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

Parameters:
resourceName - The DB Instance the tags will be removed from.
Returns:
A reference to this updated object so that method calls can be chained together.

getTagKeys

public List<String> getTagKeys()
The tag key (name) of the tag to be removed.

Returns:
The tag key (name) of the tag to be removed.

setTagKeys

public void setTagKeys(Collection<String> tagKeys)
The tag key (name) of the tag to be removed.

Parameters:
tagKeys - The tag key (name) of the tag to be removed.

withTagKeys

public RemoveTagsFromResourceRequest withTagKeys(String... tagKeys)
The tag key (name) of the tag to be removed.

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

Parameters:
tagKeys - The tag key (name) of the tag to be removed.
Returns:
A reference to this updated object so that method calls can be chained together.

withTagKeys

public RemoveTagsFromResourceRequest withTagKeys(Collection<String> tagKeys)
The tag key (name) of the tag to be removed.

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

Parameters:
tagKeys - The tag key (name) of the tag to be removed.
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.