public class ListTagsForResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListTagsForResource operation
.
Lists all tags on an Amazon RDS resource.
For an overview on tagging an Amazon RDS resource, see Tagging Amazon RDS Resources .
NOOP
Constructor and Description |
---|
ListTagsForResourceRequest() |
Modifier and Type | Method and Description |
---|---|
ListTagsForResourceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
This parameter is not currently supported.
|
String |
getResourceName()
The Amazon RDS resource with tags to be listed.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
This parameter is not currently supported.
|
void |
setResourceName(String resourceName)
The Amazon RDS resource with tags to be listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForResourceRequest |
withFilters(Collection<Filter> filters)
This parameter is not currently supported.
|
ListTagsForResourceRequest |
withFilters(Filter... filters)
This parameter is not currently supported.
|
ListTagsForResourceRequest |
withResourceName(String resourceName)
The Amazon RDS resource with tags to be listed.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public String getResourceName()
public void setResourceName(String resourceName)
resourceName
- The Amazon RDS resource 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 Amazon RDS resource 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 List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters
- This parameter is not currently supported.public ListTagsForResourceRequest withFilters(Filter... filters)
NOTE: This method appends the values to the existing list (if
any). Use setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override the
existing values.
Returns a reference to this object so that method calls can be chained together.
filters
- This parameter is not currently supported.public ListTagsForResourceRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters
- This parameter is not currently supported.public String toString()
toString
in class Object
Object.toString()
public ListTagsForResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.