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
All Implemented Interfaces:
java.io.Serializable

public class ListTagsForResourceRequest
extends AmazonWebServiceRequest
implements java.io.Serializable

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), Serialized Form

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

Returns:
The DB Instance with tags to be listed.

setResourceName

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

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

withResourceName

public ListTagsForResourceRequest withResourceName(java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.