@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMonitorEvaluationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListMonitorEvaluationsResult() |
Modifier and Type | Method and Description |
---|---|
ListMonitorEvaluationsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the response is truncated, Amazon Forecast returns this token.
|
List<PredictorMonitorEvaluation> |
getPredictorMonitorEvaluations()
The monitoring results and predictor events collected by the monitor resource during different windows of time.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the response is truncated, Amazon Forecast returns this token.
|
void |
setPredictorMonitorEvaluations(Collection<PredictorMonitorEvaluation> predictorMonitorEvaluations)
The monitoring results and predictor events collected by the monitor resource during different windows of time.
|
String |
toString()
Returns a string representation of this object.
|
ListMonitorEvaluationsResult |
withNextToken(String nextToken)
If the response is truncated, Amazon Forecast returns this token.
|
ListMonitorEvaluationsResult |
withPredictorMonitorEvaluations(Collection<PredictorMonitorEvaluation> predictorMonitorEvaluations)
The monitoring results and predictor events collected by the monitor resource during different windows of time.
|
ListMonitorEvaluationsResult |
withPredictorMonitorEvaluations(PredictorMonitorEvaluation... predictorMonitorEvaluations)
The monitoring results and predictor events collected by the monitor resource during different windows of time.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.
nextToken
- If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use
the token in the next request. Tokens expire after 24 hours.public String getNextToken()
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.
public ListMonitorEvaluationsResult withNextToken(String nextToken)
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.
nextToken
- If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use
the token in the next request. Tokens expire after 24 hours.public List<PredictorMonitorEvaluation> getPredictorMonitorEvaluations()
The monitoring results and predictor events collected by the monitor resource during different windows of time.
For information about monitoring see Viewing Monitoring Results. For more information about retrieving monitoring results see Viewing Monitoring Results.
For information about monitoring see Viewing Monitoring Results. For more information about retrieving monitoring results see Viewing Monitoring Results.
public void setPredictorMonitorEvaluations(Collection<PredictorMonitorEvaluation> predictorMonitorEvaluations)
The monitoring results and predictor events collected by the monitor resource during different windows of time.
For information about monitoring see Viewing Monitoring Results. For more information about retrieving monitoring results see Viewing Monitoring Results.
predictorMonitorEvaluations
- The monitoring results and predictor events collected by the monitor resource during different windows of
time.
For information about monitoring see Viewing Monitoring Results. For more information about retrieving monitoring results see Viewing Monitoring Results.
public ListMonitorEvaluationsResult withPredictorMonitorEvaluations(PredictorMonitorEvaluation... predictorMonitorEvaluations)
The monitoring results and predictor events collected by the monitor resource during different windows of time.
For information about monitoring see Viewing Monitoring Results. For more information about retrieving monitoring results see Viewing Monitoring Results.
NOTE: This method appends the values to the existing list (if any). Use
setPredictorMonitorEvaluations(java.util.Collection)
or
withPredictorMonitorEvaluations(java.util.Collection)
if you want to override the existing values.
predictorMonitorEvaluations
- The monitoring results and predictor events collected by the monitor resource during different windows of
time.
For information about monitoring see Viewing Monitoring Results. For more information about retrieving monitoring results see Viewing Monitoring Results.
public ListMonitorEvaluationsResult withPredictorMonitorEvaluations(Collection<PredictorMonitorEvaluation> predictorMonitorEvaluations)
The monitoring results and predictor events collected by the monitor resource during different windows of time.
For information about monitoring see Viewing Monitoring Results. For more information about retrieving monitoring results see Viewing Monitoring Results.
predictorMonitorEvaluations
- The monitoring results and predictor events collected by the monitor resource during different windows of
time.
For information about monitoring see Viewing Monitoring Results. For more information about retrieving monitoring results see Viewing Monitoring Results.
public String toString()
toString
in class Object
Object.toString()
public ListMonitorEvaluationsResult clone()