@Generated(value="software.amazon.awssdk:codegen") public final class ForecastConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ForecastConfiguration.Builder,ForecastConfiguration>
The forecast configuration that is used in a line chart's display properties.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ForecastConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ForecastConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
TimeBasedForecastProperties |
forecastProperties()
The forecast properties setup of a forecast in the line chart.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ForecastScenario |
scenario()
The forecast scenario of a forecast in the line chart.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ForecastConfiguration.Builder> |
serializableBuilderClass() |
ForecastConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TimeBasedForecastProperties forecastProperties()
The forecast properties setup of a forecast in the line chart.
public final ForecastScenario scenario()
The forecast scenario of a forecast in the line chart.
public ForecastConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ForecastConfiguration.Builder,ForecastConfiguration>public static ForecastConfiguration.Builder builder()
public static Class<? extends ForecastConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.