@Generated(value="software.amazon.awssdk:codegen") public final class SavingsPlansUtilization extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SavingsPlansUtilization.Builder,SavingsPlansUtilization>
The measurement of how well you're using your existing Savings Plans.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SavingsPlansUtilization.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SavingsPlansUtilization.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SavingsPlansUtilization.Builder> |
serializableBuilderClass() |
SavingsPlansUtilization.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
totalCommitment()
The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).
|
String |
unusedCommitment()
The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in a specific
period.
|
String |
usedCommitment()
The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific
period.
|
String |
utilizationPercentage()
The amount of
UsedCommitment divided by the TotalCommitment for your Savings Plans. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String totalCommitment()
The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).
public final String usedCommitment()
The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.
public final String unusedCommitment()
The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in a specific period.
public final String utilizationPercentage()
The amount of UsedCommitment divided by the TotalCommitment for your Savings Plans.
UsedCommitment divided by the TotalCommitment for your Savings
Plans.public SavingsPlansUtilization.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SavingsPlansUtilization.Builder,SavingsPlansUtilization>public static SavingsPlansUtilization.Builder builder()
public static Class<? extends SavingsPlansUtilization.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.