Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.redshift.model
Class RecurringCharge

java.lang.Object
  extended by com.amazonaws.services.redshift.model.RecurringCharge
All Implemented Interfaces:
Serializable

public class RecurringCharge
extends Object
implements Serializable

Describes a recurring charge.

See Also:
Serialized Form

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

RecurringCharge

public RecurringCharge()
Method Detail

getRecurringChargeAmount

public Double 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.

setRecurringChargeAmount

public void setRecurringChargeAmount(Double recurringChargeAmount)
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.

withRecurringChargeAmount

public RecurringCharge withRecurringChargeAmount(Double recurringChargeAmount)
The amount charged per the period of time specified by the recurring charge frequency.

Returns a reference to this object so that method calls can be chained together.

Parameters:
recurringChargeAmount - The amount charged per the period of time specified by the recurring charge frequency.
Returns:
A reference to this updated object so that method calls can be chained together.

getRecurringChargeFrequency

public String getRecurringChargeFrequency()
The frequency at which the recurring charge amount is applied.

Returns:
The frequency at which the recurring charge amount is applied.

setRecurringChargeFrequency

public void setRecurringChargeFrequency(String recurringChargeFrequency)
The frequency at which the recurring charge amount is applied.

Parameters:
recurringChargeFrequency - The frequency at which the recurring charge amount is applied.

withRecurringChargeFrequency

public RecurringCharge withRecurringChargeFrequency(String recurringChargeFrequency)
The frequency at which the recurring charge amount is applied.

Returns a reference to this object so that method calls can be chained together.

Parameters:
recurringChargeFrequency - The frequency at which the recurring charge amount is applied.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.