@Generated(value="software.amazon.awssdk:codegen") public final class RecurringCharge extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecurringCharge.Builder,RecurringCharge>
The recurring charge to run this reserved node.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecurringCharge.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecurringCharge.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
recurringChargeAmount()
The amount of the recurring charge to run this reserved node.
|
String |
recurringChargeFrequency()
The frequency of the recurring price charged to run this reserved node.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecurringCharge.Builder> |
serializableBuilderClass() |
RecurringCharge.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double recurringChargeAmount()
The amount of the recurring charge to run this reserved node.
public final String recurringChargeFrequency()
The frequency of the recurring price charged to run this reserved node.
public RecurringCharge.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecurringCharge.Builder,RecurringCharge>public static RecurringCharge.Builder builder()
public static Class<? extends RecurringCharge.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.