Class ForecastConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.ForecastConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ForecastConfiguration.Builder,ForecastConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceForecastConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ForecastConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)TimeBasedForecastPropertiesforecastProperties()The forecast properties setup of a forecast in the line chart.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ForecastScenarioscenario()The forecast scenario of a forecast in the line chart.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ForecastConfiguration.Builder>serializableBuilderClass()ForecastConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
forecastProperties
public final TimeBasedForecastProperties forecastProperties()
The forecast properties setup of a forecast in the line chart.
- Returns:
- The forecast properties setup of a forecast in the line chart.
-
scenario
public final ForecastScenario scenario()
The forecast scenario of a forecast in the line chart.
- Returns:
- The forecast scenario of a forecast in the line chart.
-
toBuilder
public ForecastConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ForecastConfiguration.Builder,ForecastConfiguration>
-
builder
public static ForecastConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ForecastConfiguration.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
-
-