Class WhatIfPointScenario
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.WhatIfPointScenario
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WhatIfPointScenario.Builder,WhatIfPointScenario>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWhatIfPointScenario.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WhatIfPointScenario.Builderbuilder()Instantdate()The date that you need the forecast results for.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends WhatIfPointScenario.Builder>serializableBuilderClass()WhatIfPointScenario.BuildertoBuilder()StringtoString()Returns a string representation of this object.Doublevalue()The target value that you want to meet for the provided date.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
date
public final Instant date()
The date that you need the forecast results for.
- Returns:
- The date that you need the forecast results for.
-
value
public final Double value()
The target value that you want to meet for the provided date.
- Returns:
- The target value that you want to meet for the provided date.
-
toBuilder
public WhatIfPointScenario.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WhatIfPointScenario.Builder,WhatIfPointScenario>
-
builder
public static WhatIfPointScenario.Builder builder()
-
serializableBuilderClass
public static Class<? extends WhatIfPointScenario.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-