public class UpdateEvaluationResult extends Object implements Serializable, Cloneable
Represents the output of an UpdateEvaluation operation.
You can see the updated content by using the GetEvaluation operation.
| Constructor and Description | 
|---|
| UpdateEvaluationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateEvaluationResult | clone() | 
| boolean | equals(Object obj) | 
| String | getEvaluationId()The ID assigned to the  Evaluationduring creation. | 
| int | hashCode() | 
| void | setEvaluationId(String evaluationId)The ID assigned to the  Evaluationduring creation. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| UpdateEvaluationResult | withEvaluationId(String evaluationId)The ID assigned to the  Evaluationduring creation. | 
public String getEvaluationId()
Evaluation during creation. This
 value should be identical to the value of the Evaluation
 in the request.
 
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
Evaluation during creation. This
         value should be identical to the value of the Evaluation
         in the request.public void setEvaluationId(String evaluationId)
Evaluation during creation. This
 value should be identical to the value of the Evaluation
 in the request.
 
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
evaluationId - The ID assigned to the Evaluation during creation. This
         value should be identical to the value of the Evaluation
         in the request.public UpdateEvaluationResult withEvaluationId(String evaluationId)
Evaluation during creation. This
 value should be identical to the value of the Evaluation
 in the request.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 64
 Pattern: [a-zA-Z0-9_.-]+
evaluationId - The ID assigned to the Evaluation during creation. This
         value should be identical to the value of the Evaluation
         in the request.public String toString()
toString in class ObjectObject.toString()public UpdateEvaluationResult clone()
Copyright © 2015. All rights reserved.