@Generated(value="software.amazon.awssdk:codegen") public final class SavingsPlansCoverageData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SavingsPlansCoverageData.Builder,SavingsPlansCoverageData>
Specific coverage percentage, On-Demand costs, and spend covered by Savings Plans, and total Savings Plans costs for an account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SavingsPlansCoverageData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SavingsPlansCoverageData.Builder |
builder() |
String |
coveragePercentage()
The percentage of your existing Savings Plans covered usage, divided by all of your eligible Savings Plans usage
in an account(or set of accounts).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
onDemandCost()
The cost of your AWS usage at the public On-Demand rate.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SavingsPlansCoverageData.Builder> |
serializableBuilderClass() |
String |
spendCoveredBySavingsPlans()
The amount of your AWS usage that is covered by a Savings Plans.
|
SavingsPlansCoverageData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
totalCost()
The total cost of your AWS usage, regardless of your purchase option.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String spendCoveredBySavingsPlans()
The amount of your AWS usage that is covered by a Savings Plans.
public final String onDemandCost()
The cost of your AWS usage at the public On-Demand rate.
public final String totalCost()
The total cost of your AWS usage, regardless of your purchase option.
public final String coveragePercentage()
The percentage of your existing Savings Plans covered usage, divided by all of your eligible Savings Plans usage in an account(or set of accounts).
public SavingsPlansCoverageData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SavingsPlansCoverageData.Builder,SavingsPlansCoverageData>public static SavingsPlansCoverageData.Builder builder()
public static Class<? extends SavingsPlansCoverageData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.