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