@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ForecastScenario extends Object implements Serializable, Cloneable, StructuredPojo
The forecast scenario of a forecast in the line chart.
| Constructor and Description |
|---|
ForecastScenario() |
| Modifier and Type | Method and Description |
|---|---|
ForecastScenario |
clone() |
boolean |
equals(Object obj) |
WhatIfPointScenario |
getWhatIfPointScenario()
The what-if analysis forecast setup with the target date.
|
WhatIfRangeScenario |
getWhatIfRangeScenario()
The what-if analysis forecast setup with the date range.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setWhatIfPointScenario(WhatIfPointScenario whatIfPointScenario)
The what-if analysis forecast setup with the target date.
|
void |
setWhatIfRangeScenario(WhatIfRangeScenario whatIfRangeScenario)
The what-if analysis forecast setup with the date range.
|
String |
toString()
Returns a string representation of this object.
|
ForecastScenario |
withWhatIfPointScenario(WhatIfPointScenario whatIfPointScenario)
The what-if analysis forecast setup with the target date.
|
ForecastScenario |
withWhatIfRangeScenario(WhatIfRangeScenario whatIfRangeScenario)
The what-if analysis forecast setup with the date range.
|
public void setWhatIfPointScenario(WhatIfPointScenario whatIfPointScenario)
The what-if analysis forecast setup with the target date.
whatIfPointScenario - The what-if analysis forecast setup with the target date.public WhatIfPointScenario getWhatIfPointScenario()
The what-if analysis forecast setup with the target date.
public ForecastScenario withWhatIfPointScenario(WhatIfPointScenario whatIfPointScenario)
The what-if analysis forecast setup with the target date.
whatIfPointScenario - The what-if analysis forecast setup with the target date.public void setWhatIfRangeScenario(WhatIfRangeScenario whatIfRangeScenario)
The what-if analysis forecast setup with the date range.
whatIfRangeScenario - The what-if analysis forecast setup with the date range.public WhatIfRangeScenario getWhatIfRangeScenario()
The what-if analysis forecast setup with the date range.
public ForecastScenario withWhatIfRangeScenario(WhatIfRangeScenario whatIfRangeScenario)
The what-if analysis forecast setup with the date range.
whatIfRangeScenario - The what-if analysis forecast setup with the date range.public String toString()
toString in class ObjectObject.toString()public ForecastScenario clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.