@Generated(value="software.amazon.awssdk:codegen") public final class DescribeBudgetPerformanceHistoryResponse extends BudgetsResponse implements ToCopyableBuilder<DescribeBudgetPerformanceHistoryResponse.Builder,DescribeBudgetPerformanceHistoryResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeBudgetPerformanceHistoryResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
BudgetPerformanceHistory |
budgetPerformanceHistory()
The history of how often the budget has gone into an
ALARM state. |
static DescribeBudgetPerformanceHistoryResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
nextToken()
Returns the value of the NextToken property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeBudgetPerformanceHistoryResponse.Builder> |
serializableBuilderClass() |
DescribeBudgetPerformanceHistoryResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BudgetPerformanceHistory budgetPerformanceHistory()
The history of how often the budget has gone into an ALARM state.
For DAILY budgets, the history saves the state of the budget for the last 60 days. For
MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12
months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.
ALARM state.
For DAILY budgets, the history saves the state of the budget for the last 60 days. For
MONTHLY budgets, the history saves the state of the budget for the current month plus the
last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the
last four quarters.
public final String nextToken()
public DescribeBudgetPerformanceHistoryResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeBudgetPerformanceHistoryResponse.Builder,DescribeBudgetPerformanceHistoryResponse>toBuilder in class AwsResponsepublic static DescribeBudgetPerformanceHistoryResponse.Builder builder()
public static Class<? extends DescribeBudgetPerformanceHistoryResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.