@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Container for the parameters to the ListTags operation. Specify the ARN of the
domain that the tags you want to view are attached to.
NOOP| Constructor and Description |
|---|
ListTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListTagsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getARN()
Specify the
ARN of the domain that the tags you want to view are attached to. |
int |
hashCode() |
void |
setARN(String aRN)
Specify the
ARN of the domain that the tags you want to view are attached to. |
String |
toString()
Returns a string representation of this object.
|
ListTagsRequest |
withARN(String aRN)
Specify the
ARN of the domain that the tags you want to view are attached to. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setARN(String aRN)
Specify the ARN of the domain that the tags you want to view are attached to.
aRN - Specify the ARN of the domain that the tags you want to view are attached to.public String getARN()
Specify the ARN of the domain that the tags you want to view are attached to.
ARN of the domain that the tags you want to view are attached to.public ListTagsRequest withARN(String aRN)
Specify the ARN of the domain that the tags you want to view are attached to.
aRN - Specify the ARN of the domain that the tags you want to view are attached to.public String toString()
toString in class ObjectObject.toString()public ListTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.