Class DescribeRdsDbInstancesResult
java.lang.Object
com.amazonaws.services.opsworks.model.DescribeRdsDbInstancesResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the response to a DescribeRdsDbInstances request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanAn a array ofRdsDbInstanceobjects that describe the instances.inthashCode()voidsetRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances) An a array ofRdsDbInstanceobjects that describe the instances.toString()Returns a string representation of this object; useful for testing and debugging.withRdsDbInstances(RdsDbInstance... rdsDbInstances) An a array ofRdsDbInstanceobjects that describe the instances.withRdsDbInstances(Collection<RdsDbInstance> rdsDbInstances) An a array ofRdsDbInstanceobjects that describe the instances.
-
Constructor Details
-
DescribeRdsDbInstancesResult
public DescribeRdsDbInstancesResult()
-
-
Method Details
-
getRdsDbInstances
An a array of
RdsDbInstanceobjects that describe the instances.- Returns:
- An a array of
RdsDbInstanceobjects that describe the instances.
-
setRdsDbInstances
An a array of
RdsDbInstanceobjects that describe the instances.- Parameters:
rdsDbInstances- An a array ofRdsDbInstanceobjects that describe the instances.
-
withRdsDbInstances
An a array of
RdsDbInstanceobjects that describe the instances.NOTE: This method appends the values to the existing list (if any). Use
setRdsDbInstances(java.util.Collection)orwithRdsDbInstances(java.util.Collection)if you want to override the existing values.- Parameters:
rdsDbInstances- An a array ofRdsDbInstanceobjects that describe the instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withRdsDbInstances
An a array of
RdsDbInstanceobjects that describe the instances.- Parameters:
rdsDbInstances- An a array ofRdsDbInstanceobjects that describe the instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-