@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationAnswerOutput extends Object implements Serializable, Cloneable, StructuredPojo
Information about output answers for a contact evaluation.
Constructor and Description |
---|
EvaluationAnswerOutput() |
Modifier and Type | Method and Description |
---|---|
EvaluationAnswerOutput |
clone() |
boolean |
equals(Object obj) |
EvaluationAnswerData |
getSystemSuggestedValue()
The system suggested value for an answer in a contact evaluation.
|
EvaluationAnswerData |
getValue()
The value for an answer in a contact evaluation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSystemSuggestedValue(EvaluationAnswerData systemSuggestedValue)
The system suggested value for an answer in a contact evaluation.
|
void |
setValue(EvaluationAnswerData value)
The value for an answer in a contact evaluation.
|
String |
toString()
Returns a string representation of this object.
|
EvaluationAnswerOutput |
withSystemSuggestedValue(EvaluationAnswerData systemSuggestedValue)
The system suggested value for an answer in a contact evaluation.
|
EvaluationAnswerOutput |
withValue(EvaluationAnswerData value)
The value for an answer in a contact evaluation.
|
public void setValue(EvaluationAnswerData value)
The value for an answer in a contact evaluation.
value
- The value for an answer in a contact evaluation.public EvaluationAnswerData getValue()
The value for an answer in a contact evaluation.
public EvaluationAnswerOutput withValue(EvaluationAnswerData value)
The value for an answer in a contact evaluation.
value
- The value for an answer in a contact evaluation.public void setSystemSuggestedValue(EvaluationAnswerData systemSuggestedValue)
The system suggested value for an answer in a contact evaluation.
systemSuggestedValue
- The system suggested value for an answer in a contact evaluation.public EvaluationAnswerData getSystemSuggestedValue()
The system suggested value for an answer in a contact evaluation.
public EvaluationAnswerOutput withSystemSuggestedValue(EvaluationAnswerData systemSuggestedValue)
The system suggested value for an answer in a contact evaluation.
systemSuggestedValue
- The system suggested value for an answer in a contact evaluation.public String toString()
toString
in class Object
Object.toString()
public EvaluationAnswerOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.