public class DescribeRdsDbInstancesResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the response to a DescribeRdsDbInstances
request.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<RdsDbInstance> |
rdsDbInstances
An a array of
RdsDbInstance objects that describe the
instances. |
Constructor and Description |
---|
DescribeRdsDbInstancesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRdsDbInstancesResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<RdsDbInstance> |
getRdsDbInstances()
An a array of
RdsDbInstance objects that describe the
instances. |
int |
hashCode() |
void |
setRdsDbInstances(java.util.Collection<RdsDbInstance> rdsDbInstances)
An a array of
RdsDbInstance objects that describe the
instances. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRdsDbInstancesResult |
withRdsDbInstances(java.util.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. |
private SdkInternalList<RdsDbInstance> rdsDbInstances
An a array of RdsDbInstance
objects that describe the
instances.
public java.util.List<RdsDbInstance> getRdsDbInstances()
An a array of RdsDbInstance
objects that describe the
instances.
RdsDbInstance
objects that describe
the instances.public void setRdsDbInstances(java.util.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(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeRdsDbInstancesResult clone()
clone
in class java.lang.Object