@Generated(value="software.amazon.awssdk:codegen") public final class DescribeBudgetPerformanceHistoryRequest extends BudgetsRequest implements ToCopyableBuilder<DescribeBudgetPerformanceHistoryRequest.Builder,DescribeBudgetPerformanceHistoryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeBudgetPerformanceHistoryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
Returns the value of the AccountId property for this object.
|
String |
budgetName()
Returns the value of the BudgetName property for this object.
|
static DescribeBudgetPerformanceHistoryRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Returns the value of the MaxResults property for this object.
|
String |
nextToken()
Returns the value of the NextToken property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeBudgetPerformanceHistoryRequest.Builder> |
serializableBuilderClass() |
TimePeriod |
timePeriod()
Retrieves how often the budget went into an
ALARM state for the specified time period. |
DescribeBudgetPerformanceHistoryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
public final String budgetName()
public final TimePeriod timePeriod()
Retrieves how often the budget went into an ALARM state for the specified time period.
ALARM state for the specified time period.public final Integer maxResults()
public final String nextToken()
public DescribeBudgetPerformanceHistoryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeBudgetPerformanceHistoryRequest.Builder,DescribeBudgetPerformanceHistoryRequest>toBuilder in class BudgetsRequestpublic static DescribeBudgetPerformanceHistoryRequest.Builder builder()
public static Class<? extends DescribeBudgetPerformanceHistoryRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.