StructuredPojo
, ToCopyableBuilder<RecurringCharge.Builder,RecurringCharge>
@Generated("software.amazon.awssdk:codegen") public class RecurringCharge extends Object implements StructuredPojo, ToCopyableBuilder<RecurringCharge.Builder,RecurringCharge>
Specifies whether charges for devices will be recurring.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RecurringCharge.Builder |
Modifier and Type | Method | 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) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends RecurringCharge.Builder> |
serializableBuilderClass() |
|
RecurringCharge.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public MonetaryAmount cost()
The cost of the recurring charge.
public String frequency()
The frequency in which charges will recur.
RecurringChargeFrequency
public RecurringCharge.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RecurringCharge.Builder,RecurringCharge>
public static RecurringCharge.Builder builder()
public static Class<? extends RecurringCharge.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.