|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.redshift.model.RecurringCharge
public class RecurringCharge
Describes a recurring charge.
Constructor Summary | |
---|---|
RecurringCharge()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Double |
getRecurringChargeAmount()
The amount charged per the period of time specified by the recurring charge frequency. |
String |
getRecurringChargeFrequency()
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. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RecurringCharge |
withRecurringChargeAmount(Double recurringChargeAmount)
The amount charged per the period of time specified by the recurring charge frequency. |
RecurringCharge |
withRecurringChargeFrequency(String recurringChargeFrequency)
The frequency at which the recurring charge amount is applied. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RecurringCharge()
Method Detail |
---|
public Double getRecurringChargeAmount()
public void setRecurringChargeAmount(Double recurringChargeAmount)
recurringChargeAmount
- The amount charged per the period of time specified by the recurring
charge frequency.public RecurringCharge withRecurringChargeAmount(Double recurringChargeAmount)
Returns a reference to this object so that method calls can be chained together.
recurringChargeAmount
- The amount charged per the period of time specified by the recurring
charge frequency.
public String getRecurringChargeFrequency()
public void setRecurringChargeFrequency(String recurringChargeFrequency)
recurringChargeFrequency
- The frequency at which the recurring charge amount is applied.public RecurringCharge withRecurringChargeFrequency(String recurringChargeFrequency)
Returns a reference to this object so that method calls can be chained together.
recurringChargeFrequency
- The frequency at which the recurring charge amount is applied.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |