@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PredictResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PredictResult() |
Modifier and Type | Method and Description |
---|---|
PredictResult |
clone() |
boolean |
equals(Object obj) |
Prediction |
getPrediction() |
int |
hashCode() |
void |
setPrediction(Prediction prediction) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PredictResult |
withPrediction(Prediction prediction) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPrediction(Prediction prediction)
prediction
- public Prediction getPrediction()
public PredictResult withPrediction(Prediction prediction)
prediction
- public String toString()
toString
in class Object
Object.toString()
public PredictResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.