public class DescribeRdsDbInstancesRequest extends AmazonWebServiceRequest implements Serializable
DescribeRdsDbInstances operation
.
Describes Amazon RDS instances.
NOOP
Constructor and Description |
---|
DescribeRdsDbInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getStackId()
public void setStackId(String stackId)
stackId
- The stack ID that the instances are registered with. The operation
returns descriptions of all registered Amazon RDS instances.public DescribeRdsDbInstancesRequest withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId
- The stack ID that the instances are registered with. The operation
returns descriptions of all registered Amazon RDS instances.public List<String> getRdsDbInstanceArns()
public void setRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
rdsDbInstanceArns
- An array containing the ARNs of the instances to be described.public DescribeRdsDbInstancesRequest withRdsDbInstanceArns(String... rdsDbInstanceArns)
Returns a reference to this object so that method calls can be chained together.
rdsDbInstanceArns
- An array containing the ARNs of the instances to be described.public DescribeRdsDbInstancesRequest withRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
Returns a reference to this object so that method calls can be chained together.
rdsDbInstanceArns
- An array containing the ARNs of the instances to be described.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.