public class ListTagsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.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.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
aRN
Specify the
ARN for the Elasticsearch domain to which the
tags are attached that you want to view. |
NOOP
Constructor and Description |
---|
ListTagsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTagsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getARN()
Specify the
ARN for the Elasticsearch domain to which the
tags are attached that you want to view. |
int |
hashCode() |
void |
setARN(java.lang.String aRN)
Specify the
ARN for the Elasticsearch domain to which the
tags are attached that you want to view. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTagsRequest |
withARN(java.lang.String aRN)
Specify the
ARN for the Elasticsearch domain to which the
tags are attached that you want to view. |
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 aRN
Specify the ARN
for the Elasticsearch domain to which the
tags are attached that you want to view.
public void setARN(java.lang.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 java.lang.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(java.lang.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 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 ListTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()