@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 for which you want a list of tags.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the resource for which you want a list of tags.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetTagsRequest |
withArn(String arn)
The ARN of the resource for which you want a list of tags.
|
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 for which you want a list of tags. The resource must exist within the account you are using.
arn - The ARN of the resource for which you want a list of tags. The resource must exist within the account you
are using.public String getArn()
The ARN of the resource for which you want a list of tags. The resource must exist within the account you are using.
public GetTagsRequest withArn(String arn)
The ARN of the resource for which you want a list of tags. The resource must exist within the account you are using.
arn - The ARN of the resource for which you want a list of tags. The resource must exist within the account you
are using.public String toString()
toString in class ObjectObject.toString()public GetTagsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.