@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RdsDbInstance extends Object implements Serializable, Cloneable, StructuredPojo
Contains the details of an Amazon RDS DB instance.
| Constructor and Description |
|---|
RdsDbInstance() |
| Modifier and Type | Method and Description |
|---|---|
RdsDbInstance |
clone() |
boolean |
equals(Object obj) |
RdsDbInstanceConfiguration |
getConfiguration()
The Amazon RDS DB instance configuration used for recommendations.
|
ResourceCostCalculation |
getCostCalculation() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setConfiguration(RdsDbInstanceConfiguration configuration)
The Amazon RDS DB instance configuration used for recommendations.
|
void |
setCostCalculation(ResourceCostCalculation costCalculation) |
String |
toString()
Returns a string representation of this object.
|
RdsDbInstance |
withConfiguration(RdsDbInstanceConfiguration configuration)
The Amazon RDS DB instance configuration used for recommendations.
|
RdsDbInstance |
withCostCalculation(ResourceCostCalculation costCalculation) |
public void setConfiguration(RdsDbInstanceConfiguration configuration)
The Amazon RDS DB instance configuration used for recommendations.
configuration - The Amazon RDS DB instance configuration used for recommendations.public RdsDbInstanceConfiguration getConfiguration()
The Amazon RDS DB instance configuration used for recommendations.
public RdsDbInstance withConfiguration(RdsDbInstanceConfiguration configuration)
The Amazon RDS DB instance configuration used for recommendations.
configuration - The Amazon RDS DB instance configuration used for recommendations.public void setCostCalculation(ResourceCostCalculation costCalculation)
costCalculation - public ResourceCostCalculation getCostCalculation()
public RdsDbInstance withCostCalculation(ResourceCostCalculation costCalculation)
costCalculation - public String toString()
toString in class ObjectObject.toString()public RdsDbInstance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.