Class RecurringCharge
java.lang.Object
com.amazonaws.services.devicefarm.model.RecurringCharge
- All Implemented Interfaces:
Serializable
,Cloneable
Specifies whether charges for devices will be recurring.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getCost()
The cost of the recurring charge.The frequency in which charges will recur.int
hashCode()
void
setCost
(MonetaryAmount cost) The cost of the recurring charge.void
setFrequency
(RecurringChargeFrequency frequency) The frequency in which charges will recur.void
setFrequency
(String frequency) The frequency in which charges will recur.toString()
Returns a string representation of this object; useful for testing and debugging.withCost
(MonetaryAmount cost) The cost of the recurring charge.withFrequency
(RecurringChargeFrequency frequency) The frequency in which charges will recur.withFrequency
(String frequency) The frequency in which charges will recur.
-
Constructor Details
-
RecurringCharge
public RecurringCharge()
-
-
Method Details
-
setCost
The cost of the recurring charge.
- Parameters:
cost
- The cost of the recurring charge.
-
getCost
The cost of the recurring charge.
- Returns:
- The cost of the recurring charge.
-
withCost
The cost of the recurring charge.
- Parameters:
cost
- The cost of the recurring charge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFrequency
The frequency in which charges will recur.
- Parameters:
frequency
- The frequency in which charges will recur.- See Also:
-
getFrequency
The frequency in which charges will recur.
- Returns:
- The frequency in which charges will recur.
- See Also:
-
withFrequency
The frequency in which charges will recur.
- Parameters:
frequency
- The frequency in which charges will recur.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setFrequency
The frequency in which charges will recur.
- Parameters:
frequency
- The frequency in which charges will recur.- See Also:
-
withFrequency
The frequency in which charges will recur.
- Parameters:
frequency
- The frequency in which charges will recur.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-