public class DescribeRdsDbInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeRdsDbInstancesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeRdsDbInstancesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getRdsDbInstanceArns()
An array containing the ARNs of the instances to be described.
|
String |
getStackId()
The stack ID that the instances are registered with.
|
int |
hashCode() |
void |
setRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
|
void |
setStackId(String stackId)
The stack ID that the instances are registered with.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRdsDbInstancesRequest |
withRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
|
DescribeRdsDbInstancesRequest |
withRdsDbInstanceArns(String... rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
|
DescribeRdsDbInstancesRequest |
withStackId(String stackId)
The stack ID that the instances are registered with.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStackId(String stackId)
The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.
stackId - The stack ID that the instances are registered with. The operation
returns descriptions of all registered Amazon RDS instances.public String getStackId()
The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.
public DescribeRdsDbInstancesRequest withStackId(String stackId)
The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.
stackId - The stack ID that the instances are registered with. The operation
returns descriptions of all registered Amazon RDS instances.public List<String> getRdsDbInstanceArns()
An array containing the ARNs of the instances to be described.
public void setRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
rdsDbInstanceArns - An array containing the ARNs of the instances to be described.public DescribeRdsDbInstancesRequest withRdsDbInstanceArns(String... rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
NOTE: This method appends the values to the existing list (if
any). Use setRdsDbInstanceArns(java.util.Collection) or
withRdsDbInstanceArns(java.util.Collection) if you want to
override the existing values.
rdsDbInstanceArns - An array containing the ARNs of the instances to be described.public DescribeRdsDbInstancesRequest withRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
rdsDbInstanceArns - An array containing the ARNs of the instances to be described.public String toString()
toString in class ObjectObject.toString()public DescribeRdsDbInstancesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.