public class ListTagsForResourceRequest extends AmazonWebServiceRequest implements Serializable
ListTagsForResource operation.
Lists all tags on a DB Instance.
For an overview on tagging DB Instances, see DB Instance Tags.
| Constructor and Description |
|---|
ListTagsForResourceRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic String getResourceName()
public void setResourceName(String resourceName)
resourceName - The DB Instance with tags to be listed. This value is an Amazon
Resource Name (ARN). For information about creating an ARN, see
Constructing an RDS Amazon Resource Name (ARN).public ListTagsForResourceRequest withResourceName(String resourceName)
Returns a reference to this object so that method calls can be chained together.
resourceName - The DB Instance with tags to be listed. This value is an Amazon
Resource Name (ARN). For information about creating an ARN, see
Constructing an RDS Amazon Resource Name (ARN).public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.