@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetTagsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the resource group whose tags you want to retrieve.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the resource group whose tags you want to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
GetTagsRequest |
withArn(String arn)
The ARN of the resource group whose tags you want to retrieve.
|
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)
The ARN of the resource group whose tags you want to retrieve.
arn - The ARN of the resource group whose tags you want to retrieve.public String getArn()
The ARN of the resource group whose tags you want to retrieve.
public GetTagsRequest withArn(String arn)
The ARN of the resource group whose tags you want to retrieve.
arn - The ARN of the resource group whose tags you want to retrieve.public String toString()
toString in class ObjectObject.toString()public GetTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.