@Generated(value="software.amazon.awssdk:codegen") public final class AutoAdjustData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoAdjustData.Builder,AutoAdjustData>
The parameters that determine the budget amount for an auto-adjusting budget.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AutoAdjustData.Builder |
| Modifier and Type | Method and Description |
|---|---|
AutoAdjustType |
autoAdjustType()
The string that defines whether your budget auto-adjusts based on historical or forecasted data.
|
String |
autoAdjustTypeAsString()
The string that defines whether your budget auto-adjusts based on historical or forecasted data.
|
static AutoAdjustData.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HistoricalOptions |
historicalOptions()
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
|
Instant |
lastAutoAdjustTime()
The last time that your budget was auto-adjusted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AutoAdjustData.Builder> |
serializableBuilderClass() |
AutoAdjustData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AutoAdjustType autoAdjustType()
The string that defines whether your budget auto-adjusts based on historical or forecasted data.
If the service returns an enum value that is not available in the current SDK version, autoAdjustType
will return AutoAdjustType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from autoAdjustTypeAsString().
AutoAdjustTypepublic final String autoAdjustTypeAsString()
The string that defines whether your budget auto-adjusts based on historical or forecasted data.
If the service returns an enum value that is not available in the current SDK version, autoAdjustType
will return AutoAdjustType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from autoAdjustTypeAsString().
AutoAdjustTypepublic final HistoricalOptions historicalOptions()
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
public final Instant lastAutoAdjustTime()
The last time that your budget was auto-adjusted.
public AutoAdjustData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AutoAdjustData.Builder,AutoAdjustData>public static AutoAdjustData.Builder builder()
public static Class<? extends AutoAdjustData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.