Package com.amazonaws.services.rds.model
Class RecurringCharge
java.lang.Object
com.amazonaws.services.rds.model.RecurringCharge
- All Implemented Interfaces:
Serializable
,Cloneable
This data type is used as a response element in the DescribeReservedDBInstances and DescribeReservedDBInstancesOfferings actions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The amount of the recurring charge.The frequency of the recurring charge.int
hashCode()
void
setRecurringChargeAmount
(Double recurringChargeAmount) The amount of the recurring charge.void
setRecurringChargeFrequency
(String recurringChargeFrequency) The frequency of the recurring charge.toString()
Returns a string representation of this object; useful for testing and debugging.withRecurringChargeAmount
(Double recurringChargeAmount) The amount of the recurring charge.withRecurringChargeFrequency
(String recurringChargeFrequency) The frequency of the recurring charge.
-
Constructor Details
-
RecurringCharge
public RecurringCharge()
-
-
Method Details
-
setRecurringChargeAmount
The amount of the recurring charge.
- Parameters:
recurringChargeAmount
- The amount of the recurring charge.
-
getRecurringChargeAmount
The amount of the recurring charge.
- Returns:
- The amount of the recurring charge.
-
withRecurringChargeAmount
The amount of the recurring charge.
- Parameters:
recurringChargeAmount
- The amount of the recurring charge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRecurringChargeFrequency
The frequency of the recurring charge.
- Parameters:
recurringChargeFrequency
- The frequency of the recurring charge.
-
getRecurringChargeFrequency
The frequency of the recurring charge.
- Returns:
- The frequency of the recurring charge.
-
withRecurringChargeFrequency
The frequency of the recurring charge.
- Parameters:
recurringChargeFrequency
- The frequency of the recurring charge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-