@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTagsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTagsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getResourceArns()
The Amazon Resource Names (ARNs) of the resources.
|
int |
hashCode() |
void |
setResourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARNs) of the resources.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTagsRequest |
withResourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARNs) of the resources.
|
DescribeTagsRequest |
withResourceArns(String... resourceArns)
The Amazon Resource Names (ARNs) of the resources.
|
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, withSdkRequestTimeoutpublic List<String> getResourceArns()
The Amazon Resource Names (ARNs) of the resources.
public void setResourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARNs) of the resources.
resourceArns - The Amazon Resource Names (ARNs) of the resources.public DescribeTagsRequest withResourceArns(String... resourceArns)
The Amazon Resource Names (ARNs) of the resources.
NOTE: This method appends the values to the existing list (if any). Use
setResourceArns(java.util.Collection) or withResourceArns(java.util.Collection) if you want to
override the existing values.
resourceArns - The Amazon Resource Names (ARNs) of the resources.public DescribeTagsRequest withResourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARNs) of the resources.
resourceArns - The Amazon Resource Names (ARNs) of the resources.public String toString()
toString in class ObjectObject.toString()public DescribeTagsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()