@Generated(value="software.amazon.awssdk:codegen") public final class WhatIfRangeScenario extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WhatIfRangeScenario.Builder,WhatIfRangeScenario>
Provides the forecast to meet the target for a particular date range.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WhatIfRangeScenario.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WhatIfRangeScenario.Builder |
builder() |
Instant |
endDate()
The end date in the date range that you need the forecast results for.
|
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 WhatIfRangeScenario.Builder> |
serializableBuilderClass() |
Instant |
startDate()
The start date in the date range that you need the forecast results for.
|
WhatIfRangeScenario.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Double |
value()
The target value that you want to meet for the provided date range.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant startDate()
The start date in the date range that you need the forecast results for.
public final Instant endDate()
The end date in the date range that you need the forecast results for.
public final Double value()
The target value that you want to meet for the provided date range.
public WhatIfRangeScenario.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WhatIfRangeScenario.Builder,WhatIfRangeScenario>public static WhatIfRangeScenario.Builder builder()
public static Class<? extends WhatIfRangeScenario.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.