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
Evaluation during creation. |
int |
hashCode() |
void |
setEvaluationId(String evaluationId)
The ID assigned to the
Evaluation during creation. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateEvaluationResult |
withEvaluationId(String evaluationId)
The ID assigned to the
Evaluation during creation. |
public void setEvaluationId(String evaluationId)
The ID assigned to the Evaluation
during creation. This
value should be identical to the value of the Evaluation
in
the request.
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 getEvaluationId()
The ID assigned to the Evaluation
during creation. This
value should be identical to the value of the Evaluation
in
the request.
Evaluation
during creation.
This value should be identical to the value of the
Evaluation
in the request.public UpdateEvaluationResult withEvaluationId(String evaluationId)
The ID assigned to the Evaluation
during creation. This
value should be identical to the value of the Evaluation
in
the request.
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 Object
Object.toString()
public UpdateEvaluationResult clone()
Copyright © 2018. All rights reserved.