@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ForecastResult extends Object implements Serializable, Cloneable, StructuredPojo
The forecast that's created for your query.
Constructor and Description |
---|
ForecastResult() |
Modifier and Type | Method and Description |
---|---|
ForecastResult |
clone() |
boolean |
equals(Object obj) |
String |
getMeanValue()
The mean value of the forecast.
|
String |
getPredictionIntervalLowerBound()
The lower limit for the prediction interval.
|
String |
getPredictionIntervalUpperBound()
The upper limit for the prediction interval.
|
DateInterval |
getTimePeriod()
The period of time that the forecast covers.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMeanValue(String meanValue)
The mean value of the forecast.
|
void |
setPredictionIntervalLowerBound(String predictionIntervalLowerBound)
The lower limit for the prediction interval.
|
void |
setPredictionIntervalUpperBound(String predictionIntervalUpperBound)
The upper limit for the prediction interval.
|
void |
setTimePeriod(DateInterval timePeriod)
The period of time that the forecast covers.
|
String |
toString()
Returns a string representation of this object.
|
ForecastResult |
withMeanValue(String meanValue)
The mean value of the forecast.
|
ForecastResult |
withPredictionIntervalLowerBound(String predictionIntervalLowerBound)
The lower limit for the prediction interval.
|
ForecastResult |
withPredictionIntervalUpperBound(String predictionIntervalUpperBound)
The upper limit for the prediction interval.
|
ForecastResult |
withTimePeriod(DateInterval timePeriod)
The period of time that the forecast covers.
|
public void setTimePeriod(DateInterval timePeriod)
The period of time that the forecast covers.
timePeriod
- The period of time that the forecast covers.public DateInterval getTimePeriod()
The period of time that the forecast covers.
public ForecastResult withTimePeriod(DateInterval timePeriod)
The period of time that the forecast covers.
timePeriod
- The period of time that the forecast covers.public void setMeanValue(String meanValue)
The mean value of the forecast.
meanValue
- The mean value of the forecast.public String getMeanValue()
The mean value of the forecast.
public ForecastResult withMeanValue(String meanValue)
The mean value of the forecast.
meanValue
- The mean value of the forecast.public void setPredictionIntervalLowerBound(String predictionIntervalLowerBound)
The lower limit for the prediction interval.
predictionIntervalLowerBound
- The lower limit for the prediction interval.public String getPredictionIntervalLowerBound()
The lower limit for the prediction interval.
public ForecastResult withPredictionIntervalLowerBound(String predictionIntervalLowerBound)
The lower limit for the prediction interval.
predictionIntervalLowerBound
- The lower limit for the prediction interval.public void setPredictionIntervalUpperBound(String predictionIntervalUpperBound)
The upper limit for the prediction interval.
predictionIntervalUpperBound
- The upper limit for the prediction interval.public String getPredictionIntervalUpperBound()
The upper limit for the prediction interval.
public ForecastResult withPredictionIntervalUpperBound(String predictionIntervalUpperBound)
The upper limit for the prediction interval.
predictionIntervalUpperBound
- The upper limit for the prediction interval.public String toString()
toString
in class Object
Object.toString()
public ForecastResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.