public class DescribeRdsDbInstancesResult extends Object implements Serializable, Cloneable
Contains the response to a DescribeRdsDbInstances request.
| Constructor and Description |
|---|
DescribeRdsDbInstancesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeRdsDbInstancesResult |
clone() |
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()
An a array of RdsDbInstance objects that describe the
instances.
RdsDbInstance objects that describe
the instances.public void setRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances)
An a array of RdsDbInstance objects that describe the
instances.
rdsDbInstances - An a array of RdsDbInstance objects that describe the
instances.public DescribeRdsDbInstancesResult withRdsDbInstances(RdsDbInstance... rdsDbInstances)
An a array of RdsDbInstance objects that describe the
instances.
NOTE: This method appends the values to the existing list (if
any). Use setRdsDbInstances(java.util.Collection) or
withRdsDbInstances(java.util.Collection) if you want to override
the existing values.
rdsDbInstances - An a array of RdsDbInstance objects that describe the
instances.public DescribeRdsDbInstancesResult withRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances)
An a array of RdsDbInstance objects that describe the
instances.
rdsDbInstances - An a array of RdsDbInstance objects that describe the
instances.public String toString()
toString in class ObjectObject.toString()public DescribeRdsDbInstancesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.