@Generated(value="software.amazon.awssdk:codegen") public final class ForecastScenario extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ForecastScenario.Builder,ForecastScenario>
The forecast scenario of a forecast in the line chart.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ForecastScenario.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ForecastScenario.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 ForecastScenario.Builder> |
serializableBuilderClass() |
ForecastScenario.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WhatIfPointScenario |
whatIfPointScenario()
The what-if analysis forecast setup with the target date.
|
WhatIfRangeScenario |
whatIfRangeScenario()
The what-if analysis forecast setup with the date range.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final WhatIfPointScenario whatIfPointScenario()
The what-if analysis forecast setup with the target date.
public final WhatIfRangeScenario whatIfRangeScenario()
The what-if analysis forecast setup with the date range.
public ForecastScenario.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ForecastScenario.Builder,ForecastScenario>public static ForecastScenario.Builder builder()
public static Class<? extends ForecastScenario.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.