@Generated(value="software.amazon.awssdk:codegen") public class RecurringCharge extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<RecurringCharge.Builder,RecurringCharge>
Specifies whether charges for devices will be recurring.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecurringCharge.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecurringCharge.Builder |
builder() |
MonetaryAmount |
cost()
The cost of the recurring charge.
|
boolean |
equals(Object obj) |
String |
frequency()
The frequency in which charges will recur.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends RecurringCharge.Builder> |
serializableBuilderClass() |
RecurringCharge.Builder |
toBuilder() |
String |
toString() |
public MonetaryAmount cost()
The cost of the recurring charge.
public String frequency()
The frequency in which charges will recur.
RecurringChargeFrequencypublic RecurringCharge.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<RecurringCharge.Builder,RecurringCharge>public static RecurringCharge.Builder builder()
public static Class<? extends RecurringCharge.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.