@Generated(value="software.amazon.awssdk:codegen") public final class BudgetedAndActualAmounts extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BudgetedAndActualAmounts.Builder,BudgetedAndActualAmounts>
The amount of cost or usage that you created the budget for, compared to your actual costs or usage.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BudgetedAndActualAmounts.Builder |
| Modifier and Type | Method and Description |
|---|---|
Spend |
actualAmount()
Your actual costs or usage for a budget period.
|
Spend |
budgetedAmount()
The amount of cost or usage that you created the budget for.
|
static BudgetedAndActualAmounts.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 BudgetedAndActualAmounts.Builder> |
serializableBuilderClass() |
TimePeriod |
timePeriod()
The time period that's covered by this budget comparison.
|
BudgetedAndActualAmounts.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Spend budgetedAmount()
The amount of cost or usage that you created the budget for.
public final Spend actualAmount()
Your actual costs or usage for a budget period.
public final TimePeriod timePeriod()
The time period that's covered by this budget comparison.
public BudgetedAndActualAmounts.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BudgetedAndActualAmounts.Builder,BudgetedAndActualAmounts>public static BudgetedAndActualAmounts.Builder builder()
public static Class<? extends BudgetedAndActualAmounts.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.