public class UpdateEvaluationResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of an UpdateEvaluation operation.
You can see the updated content by using the GetEvaluation operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
evaluationId
The ID assigned to the
Evaluation during creation. |
Constructor and Description |
---|
UpdateEvaluationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateEvaluationResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getEvaluationId()
The ID assigned to the
Evaluation during creation. |
int |
hashCode() |
void |
setEvaluationId(java.lang.String evaluationId)
The ID assigned to the
Evaluation during creation. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateEvaluationResult |
withEvaluationId(java.lang.String evaluationId)
The ID assigned to the
Evaluation during creation. |
private java.lang.String evaluationId
The ID assigned to the Evaluation
during creation. This
value should be identical to the value of the Evaluation
in
the request.
public void setEvaluationId(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateEvaluationResult clone()
clone
in class java.lang.Object