@Generated(value="software.amazon.awssdk:codegen") public final class SavingsPlansSavings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SavingsPlansSavings.Builder,SavingsPlansSavings>
The amount of savings you're accumulating, against the public On-Demand rate of the usage accrued in an account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SavingsPlansSavings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SavingsPlansSavings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
netSavings()
The savings amount that you are accumulating for the usage that is covered by a Savings Plans, when compared to
the On-Demand equivalent of the same usage.
|
String |
onDemandCostEquivalent()
How much the amount that the usage would have cost if it was accrued at the On-Demand rate.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SavingsPlansSavings.Builder> |
serializableBuilderClass() |
SavingsPlansSavings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String netSavings()
The savings amount that you are accumulating for the usage that is covered by a Savings Plans, when compared to the On-Demand equivalent of the same usage.
public final String onDemandCostEquivalent()
How much the amount that the usage would have cost if it was accrued at the On-Demand rate.
public SavingsPlansSavings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SavingsPlansSavings.Builder,SavingsPlansSavings>public static SavingsPlansSavings.Builder builder()
public static Class<? extends SavingsPlansSavings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.