Class RecurringCharge
java.lang.Object
com.amazonaws.services.elasticache.model.RecurringCharge
- All Implemented Interfaces:
Serializable, Cloneable
Contains the specific price and frequency of a recurring charges for a reserved cache node, or for a reserved cache node offering.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe monetary amount of the recurring charge.The frequency of the recurring charge.inthashCode()voidsetRecurringChargeAmount(Double recurringChargeAmount) The monetary amount of the recurring charge.voidsetRecurringChargeFrequency(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 monetary amount of the recurring charge.withRecurringChargeFrequency(String recurringChargeFrequency) The frequency of the recurring charge.
-
Constructor Details
-
RecurringCharge
public RecurringCharge()
-
-
Method Details
-
setRecurringChargeAmount
The monetary amount of the recurring charge.
- Parameters:
recurringChargeAmount- The monetary amount of the recurring charge.
-
getRecurringChargeAmount
The monetary amount of the recurring charge.
- Returns:
- The monetary amount of the recurring charge.
-
withRecurringChargeAmount
The monetary amount of the recurring charge.
- Parameters:
recurringChargeAmount- The monetary 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
-
equals
-
hashCode
-
clone
-