public class DescribeResourceGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeResourceGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeResourceGroupsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getResourceGroupArns()
The ARN(s) specifying the resource group(s) that you want to describe.
|
int |
hashCode() |
void |
setResourceGroupArns(Collection<String> resourceGroupArns)
The ARN(s) specifying the resource group(s) that you want to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeResourceGroupsRequest |
withResourceGroupArns(Collection<String> resourceGroupArns)
The ARN(s) specifying the resource group(s) that you want to describe.
|
DescribeResourceGroupsRequest |
withResourceGroupArns(String... resourceGroupArns)
The ARN(s) specifying the resource group(s) that you want to describe.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getResourceGroupArns()
The ARN(s) specifying the resource group(s) that you want to describe.
public void setResourceGroupArns(Collection<String> resourceGroupArns)
The ARN(s) specifying the resource group(s) that you want to describe.
resourceGroupArns
- The ARN(s) specifying the resource group(s) that you want to
describe.public DescribeResourceGroupsRequest withResourceGroupArns(String... resourceGroupArns)
The ARN(s) specifying the resource group(s) that you want to describe.
NOTE: This method appends the values to the existing list (if
any). Use setResourceGroupArns(java.util.Collection)
or
withResourceGroupArns(java.util.Collection)
if you want to
override the existing values.
resourceGroupArns
- The ARN(s) specifying the resource group(s) that you want to
describe.public DescribeResourceGroupsRequest withResourceGroupArns(Collection<String> resourceGroupArns)
The ARN(s) specifying the resource group(s) that you want to describe.
resourceGroupArns
- The ARN(s) specifying the resource group(s) that you want to
describe.public String toString()
toString
in class Object
Object.toString()
public DescribeResourceGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.