@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEvaluationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Represents the output of a DeleteEvaluation operation. The output indicates that Amazon Machine Learning
 (Amazon ML) received the request.
 
 You can use the GetEvaluation operation and check the value of the Status parameter to see
 whether an Evaluation is marked as DELETED.
 
| Constructor and Description | 
|---|
| DeleteEvaluationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteEvaluationResult | clone() | 
| boolean | equals(Object obj) | 
| String | getEvaluationId()
 A user-supplied ID that uniquely identifies the  Evaluation. | 
| int | hashCode() | 
| void | setEvaluationId(String evaluationId)
 A user-supplied ID that uniquely identifies the  Evaluation. | 
| String | toString()Returns a string representation of this object. | 
| DeleteEvaluationResult | withEvaluationId(String evaluationId)
 A user-supplied ID that uniquely identifies the  Evaluation. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setEvaluationId(String evaluationId)
 A user-supplied ID that uniquely identifies the Evaluation. This value should be identical to the
 value of the EvaluationId in the request.
 
evaluationId - A 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()
 A 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 DeleteEvaluationResult withEvaluationId(String evaluationId)
 A user-supplied ID that uniquely identifies the Evaluation. This value should be identical to the
 value of the EvaluationId in the request.
 
evaluationId - A 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 DeleteEvaluationResult clone()