public class ListTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the ListTags operation.
Specify the ARN for the Elasticsearch domain to which the tags
are attached that you want to view are attached.
NOOP| Constructor and Description |
|---|
ListTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getARN()
Specify the
ARN for the Elasticsearch domain to which the
tags are attached that you want to view. |
int |
hashCode() |
void |
setARN(String aRN)
Specify the
ARN for the Elasticsearch domain to which the
tags are attached that you want to view. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsRequest |
withARN(String aRN)
Specify the
ARN for the Elasticsearch domain to which the
tags are attached that you want to view. |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setARN(String aRN)
Specify the ARN for the Elasticsearch domain to which the
tags are attached that you want to view.
aRN - Specify the ARN for the Elasticsearch domain to which
the tags are attached that you want to view.public String getARN()
Specify the ARN for the Elasticsearch domain to which the
tags are attached that you want to view.
ARN for the Elasticsearch domain to
which the tags are attached that you want to view.public ListTagsRequest withARN(String aRN)
Specify the ARN for the Elasticsearch domain to which the
tags are attached that you want to view.
aRN - Specify the ARN for the Elasticsearch domain to which
the tags are attached that you want to view.public String toString()
toString in class ObjectObject.toString()public ListTagsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.