@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ForecastConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The forecast configuration that is used in a line chart's display properties.
Constructor and Description |
---|
ForecastConfiguration() |
Modifier and Type | Method and Description |
---|---|
ForecastConfiguration |
clone() |
boolean |
equals(Object obj) |
TimeBasedForecastProperties |
getForecastProperties()
The forecast properties setup of a forecast in the line chart.
|
ForecastScenario |
getScenario()
The forecast scenario of a forecast in the line chart.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setForecastProperties(TimeBasedForecastProperties forecastProperties)
The forecast properties setup of a forecast in the line chart.
|
void |
setScenario(ForecastScenario scenario)
The forecast scenario of a forecast in the line chart.
|
String |
toString()
Returns a string representation of this object.
|
ForecastConfiguration |
withForecastProperties(TimeBasedForecastProperties forecastProperties)
The forecast properties setup of a forecast in the line chart.
|
ForecastConfiguration |
withScenario(ForecastScenario scenario)
The forecast scenario of a forecast in the line chart.
|
public void setForecastProperties(TimeBasedForecastProperties forecastProperties)
The forecast properties setup of a forecast in the line chart.
forecastProperties
- The forecast properties setup of a forecast in the line chart.public TimeBasedForecastProperties getForecastProperties()
The forecast properties setup of a forecast in the line chart.
public ForecastConfiguration withForecastProperties(TimeBasedForecastProperties forecastProperties)
The forecast properties setup of a forecast in the line chart.
forecastProperties
- The forecast properties setup of a forecast in the line chart.public void setScenario(ForecastScenario scenario)
The forecast scenario of a forecast in the line chart.
scenario
- The forecast scenario of a forecast in the line chart.public ForecastScenario getScenario()
The forecast scenario of a forecast in the line chart.
public ForecastConfiguration withScenario(ForecastScenario scenario)
The forecast scenario of a forecast in the line chart.
scenario
- The forecast scenario of a forecast in the line chart.public String toString()
toString
in class Object
Object.toString()
public ForecastConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.