@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEvaluationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Represents the output of a CreateEvaluation operation, and is an acknowledgement that Amazon ML received
 the request.
 
 CreateEvaluation operation is asynchronous. You can poll for status updates by using the
 GetEvcaluation operation and checking the Status parameter.
 
| Constructor and Description | 
|---|
| CreateEvaluationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateEvaluationResult | clone() | 
| boolean | equals(Object obj) | 
| String | getEvaluationId()
 The user-supplied ID that uniquely identifies the  Evaluation. | 
| int | hashCode() | 
| void | setEvaluationId(String evaluationId)
 The user-supplied ID that uniquely identifies the  Evaluation. | 
| String | toString()Returns a string representation of this object. | 
| CreateEvaluationResult | withEvaluationId(String evaluationId)
 The user-supplied ID that uniquely identifies the  Evaluation. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEvaluationId(String evaluationId)
 The user-supplied ID that uniquely identifies the Evaluation. This value should be identical to the
 value of the EvaluationId in the request.
 
evaluationId - The user-supplied ID that uniquely identifies the Evaluation. This value should be identical
        to the value of the EvaluationId in the request.public String getEvaluationId()
 The user-supplied ID that uniquely identifies the Evaluation. This value should be identical to the
 value of the EvaluationId in the request.
 
Evaluation. This value should be identical
         to the value of the EvaluationId in the request.public CreateEvaluationResult withEvaluationId(String evaluationId)
 The user-supplied ID that uniquely identifies the Evaluation. This value should be identical to the
 value of the EvaluationId in the request.
 
evaluationId - The user-supplied ID that uniquely identifies the Evaluation. This value should be identical
        to the value of the EvaluationId in the request.public String toString()
toString in class ObjectObject.toString()public CreateEvaluationResult clone()