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()
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.
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.
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 Object
Object.toString()
public DescribeRdsDbInstancesResult clone()
Copyright © 2015. All rights reserved.