@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationAnswerInput extends Object implements Serializable, Cloneable, StructuredPojo
Information about input answers for a contact evaluation.
Constructor and Description |
---|
EvaluationAnswerInput() |
Modifier and Type | Method and Description |
---|---|
EvaluationAnswerInput |
clone() |
boolean |
equals(Object obj) |
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 |
setValue(EvaluationAnswerData value)
The value for an answer in a contact evaluation.
|
String |
toString()
Returns a string representation of this object.
|
EvaluationAnswerInput |
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 EvaluationAnswerInput withValue(EvaluationAnswerData value)
The value for an answer in a contact evaluation.
value
- The value for an answer in a contact evaluation.public String toString()
toString
in class Object
Object.toString()
public EvaluationAnswerInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.