Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class ListTagsForResourceRequest

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

public class ListTagsForResourceRequest
extends AmazonWebServiceRequest

Container for the parameters to the ListTagsForResource operation.

Lists all tags on a DB Instance.

For an overview on tagging DB Instances, see DB Instance Tags.

See Also:
AmazonRDS.listTagsForResource(ListTagsForResourceRequest)

Constructor Summary
ListTagsForResourceRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getResourceName()
          The DB Instance with tags to be listed.
 int hashCode()
           
 void setResourceName(String resourceName)
          The DB Instance with tags to be listed.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListTagsForResourceRequest withResourceName(String resourceName)
          The DB Instance with tags to be listed.
 
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

ListTagsForResourceRequest

public ListTagsForResourceRequest()
Method Detail

getResourceName

public String getResourceName()
The DB Instance with tags to be listed.

Returns:
The DB Instance with tags to be listed.

setResourceName

public void setResourceName(String resourceName)
The DB Instance with tags to be listed.

Parameters:
resourceName - The DB Instance with tags to be listed.

withResourceName

public ListTagsForResourceRequest withResourceName(String resourceName)
The DB Instance with tags to be listed.

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

Parameters:
resourceName - The DB Instance with tags to be listed.
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.