public class ListTagsForResourceRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Filter> |
filters
This parameter is not currently supported.
|
private java.lang.String |
resourceName
The Amazon RDS resource with tags to be listed.
|
NOOP
Constructor and Description |
---|
ListTagsForResourceRequest() |
Modifier and Type | Method and Description |
---|---|
ListTagsForResourceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<Filter> |
getFilters()
This parameter is not currently supported.
|
java.lang.String |
getResourceName()
The Amazon RDS resource with tags to be listed.
|
int |
hashCode() |
void |
setFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
|
void |
setResourceName(java.lang.String resourceName)
The Amazon RDS resource with tags to be listed.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsForResourceRequest |
withFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
|
ListTagsForResourceRequest |
withFilters(Filter... filters)
This parameter is not currently supported.
|
ListTagsForResourceRequest |
withResourceName(java.lang.String resourceName)
The Amazon RDS resource with tags to be listed.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String 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).
private SdkInternalList<Filter> filters
This parameter is not currently supported.
public void setResourceName(java.lang.String 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).
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 java.lang.String getResourceName()
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(java.lang.String 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).
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 java.util.List<Filter> getFilters()
This parameter is not currently supported.
public void setFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
filters
- This parameter is not currently supported.public ListTagsForResourceRequest withFilters(Filter... filters)
This parameter is not currently supported.
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.
filters
- This parameter is not currently supported.public ListTagsForResourceRequest withFilters(java.util.Collection<Filter> filters)
This parameter is not currently supported.
filters
- This parameter is not currently supported.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListTagsForResourceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()