@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.
NOOP
Constructor and Description |
---|
ListTagsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTagsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getARN()
Amazon Resource Name (ARN) for the domain to view tags for.
|
int |
hashCode() |
void |
setARN(String aRN)
Amazon Resource Name (ARN) for the domain to view tags for.
|
String |
toString()
Returns a string representation of this object.
|
ListTagsRequest |
withARN(String aRN)
Amazon Resource Name (ARN) for the domain to view tags for.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setARN(String aRN)
Amazon Resource Name (ARN) for the domain to view tags for.
aRN
- Amazon Resource Name (ARN) for the domain to view tags for.public String getARN()
Amazon Resource Name (ARN) for the domain to view tags for.
public ListTagsRequest withARN(String aRN)
Amazon Resource Name (ARN) for the domain to view tags for.
aRN
- Amazon Resource Name (ARN) for the domain to view tags for.public String toString()
toString
in class Object
Object.toString()
public ListTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()