Class RecurringCharge
java.lang.Object
com.amazonaws.services.redshift.model.RecurringCharge
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a recurring charge.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The amount charged per the period of time specified by the recurring charge frequency.The frequency at which the recurring charge amount is applied.int
hashCode()
void
setRecurringChargeAmount
(Double recurringChargeAmount) The amount charged per the period of time specified by the recurring charge frequency.void
setRecurringChargeFrequency
(String recurringChargeFrequency) The frequency at which the recurring charge amount is applied.toString()
Returns a string representation of this object; useful for testing and debugging.withRecurringChargeAmount
(Double recurringChargeAmount) The amount charged per the period of time specified by the recurring charge frequency.withRecurringChargeFrequency
(String recurringChargeFrequency) The frequency at which the recurring charge amount is applied.
-
Constructor Details
-
RecurringCharge
public RecurringCharge()
-
-
Method Details
-
setRecurringChargeAmount
The amount charged per the period of time specified by the recurring charge frequency.
- Parameters:
recurringChargeAmount
- The amount charged per the period of time specified by the recurring charge frequency.
-
getRecurringChargeAmount
The amount charged per the period of time specified by the recurring charge frequency.
- Returns:
- The amount charged per the period of time specified by the recurring charge frequency.
-
withRecurringChargeAmount
The amount charged per the period of time specified by the recurring charge frequency.
- Parameters:
recurringChargeAmount
- The amount charged per the period of time specified by the recurring charge frequency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRecurringChargeFrequency
The frequency at which the recurring charge amount is applied.
- Parameters:
recurringChargeFrequency
- The frequency at which the recurring charge amount is applied.
-
getRecurringChargeFrequency
The frequency at which the recurring charge amount is applied.
- Returns:
- The frequency at which the recurring charge amount is applied.
-
withRecurringChargeFrequency
The frequency at which the recurring charge amount is applied.
- Parameters:
recurringChargeFrequency
- The frequency at which the recurring charge amount is applied.- 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
-