public class DescribeRdsDbInstancesResult extends Object implements Serializable
Contains the response to a DescribeRdsDbInstances
request.
| Constructor and Description |
|---|
DescribeRdsDbInstancesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<RdsDbInstance> |
getRdsDbInstances()
An a array of
RdsDbInstance objects that describe the
instances. |
int |
hashCode() |
void |
setRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances)
An a array of
RdsDbInstance objects that describe the
instances. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRdsDbInstancesResult |
withRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances)
An a array of
RdsDbInstance objects that describe the
instances. |
DescribeRdsDbInstancesResult |
withRdsDbInstances(RdsDbInstance... rdsDbInstances)
An a array of
RdsDbInstance objects that describe the
instances. |
public List<RdsDbInstance> getRdsDbInstances()
RdsDbInstance objects that describe the
instances.RdsDbInstance objects that describe the
instances.public void setRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances)
RdsDbInstance objects that describe the
instances.rdsDbInstances - An a array of RdsDbInstance objects that describe the
instances.public DescribeRdsDbInstancesResult withRdsDbInstances(RdsDbInstance... rdsDbInstances)
RdsDbInstance objects that describe the
instances.
Returns a reference to this object so that method calls can be chained together.
rdsDbInstances - An a array of RdsDbInstance objects that describe the
instances.public DescribeRdsDbInstancesResult withRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances)
RdsDbInstance objects that describe the
instances.
Returns a reference to this object so that method calls can be chained together.
rdsDbInstances - An a array of RdsDbInstance objects that describe the
instances.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.