@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeContactEvaluationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeContactEvaluationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeContactEvaluationResult |
clone() |
boolean |
equals(Object obj) |
Evaluation |
getEvaluation()
Information about the evaluation form completed for a specific contact.
|
EvaluationFormContent |
getEvaluationForm()
Information about the evaluation form.
|
int |
hashCode() |
void |
setEvaluation(Evaluation evaluation)
Information about the evaluation form completed for a specific contact.
|
void |
setEvaluationForm(EvaluationFormContent evaluationForm)
Information about the evaluation form.
|
String |
toString()
Returns a string representation of this object.
|
DescribeContactEvaluationResult |
withEvaluation(Evaluation evaluation)
Information about the evaluation form completed for a specific contact.
|
DescribeContactEvaluationResult |
withEvaluationForm(EvaluationFormContent evaluationForm)
Information about the evaluation form.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEvaluation(Evaluation evaluation)
Information about the evaluation form completed for a specific contact.
evaluation
- Information about the evaluation form completed for a specific contact.public Evaluation getEvaluation()
Information about the evaluation form completed for a specific contact.
public DescribeContactEvaluationResult withEvaluation(Evaluation evaluation)
Information about the evaluation form completed for a specific contact.
evaluation
- Information about the evaluation form completed for a specific contact.public void setEvaluationForm(EvaluationFormContent evaluationForm)
Information about the evaluation form.
evaluationForm
- Information about the evaluation form.public EvaluationFormContent getEvaluationForm()
Information about the evaluation form.
public DescribeContactEvaluationResult withEvaluationForm(EvaluationFormContent evaluationForm)
Information about the evaluation form.
evaluationForm
- Information about the evaluation form.public String toString()
toString
in class Object
Object.toString()
public DescribeContactEvaluationResult clone()