@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 (ARN) of the resources.
|
int |
hashCode() |
void |
setResourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARN) of the resources.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTagsRequest |
withResourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARN) of the resources.
|
DescribeTagsRequest |
withResourceArns(String... resourceArns)
The Amazon Resource Names (ARN) 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, withSdkRequestTimeout
public List<String> getResourceArns()
The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.
public void setResourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.
resourceArns
- The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.public DescribeTagsRequest withResourceArns(String... resourceArns)
The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.
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 (ARN) of the resources. You can specify up to 20 resources in a single call.public DescribeTagsRequest withResourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.
resourceArns
- The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a single call.public String toString()
toString
in class Object
Object.toString()
public DescribeTagsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()