@Generated(value="software.amazon.awssdk:codegen") public final class SavingsPlansAmortizedCommitment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SavingsPlansAmortizedCommitment.Builder,SavingsPlansAmortizedCommitment>
The amortized amount of Savings Plans purchased in a specific account during a specific time interval.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SavingsPlansAmortizedCommitment.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
amortizedRecurringCommitment()
The amortized amount of your Savings Plans commitment that was purchased with either a
Partial or a
NoUpfront. |
String |
amortizedUpfrontCommitment()
The amortized amount of your Savings Plans commitment that was purchased with an
Upfront or
PartialUpfront Savings Plans. |
static SavingsPlansAmortizedCommitment.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 SavingsPlansAmortizedCommitment.Builder> |
serializableBuilderClass() |
SavingsPlansAmortizedCommitment.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
totalAmortizedCommitment()
The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String amortizedRecurringCommitment()
The amortized amount of your Savings Plans commitment that was purchased with either a Partial or a
NoUpfront.
Partial or a NoUpfront.public final String amortizedUpfrontCommitment()
The amortized amount of your Savings Plans commitment that was purchased with an Upfront or
PartialUpfront Savings Plans.
Upfront or
PartialUpfront Savings Plans.public final String totalAmortizedCommitment()
The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.
public SavingsPlansAmortizedCommitment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SavingsPlansAmortizedCommitment.Builder,SavingsPlansAmortizedCommitment>public static SavingsPlansAmortizedCommitment.Builder builder()
public static Class<? extends SavingsPlansAmortizedCommitment.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.