@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationFormQuestionTypeProperties extends Object implements Serializable, Cloneable, StructuredPojo
Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.
Constructor and Description |
---|
EvaluationFormQuestionTypeProperties() |
public EvaluationFormQuestionTypeProperties()
public void setNumeric(EvaluationFormNumericQuestionProperties numeric)
The properties of the numeric question.
numeric
- The properties of the numeric question.public EvaluationFormNumericQuestionProperties getNumeric()
The properties of the numeric question.
public EvaluationFormQuestionTypeProperties withNumeric(EvaluationFormNumericQuestionProperties numeric)
The properties of the numeric question.
numeric
- The properties of the numeric question.public void setSingleSelect(EvaluationFormSingleSelectQuestionProperties singleSelect)
The properties of the numeric question.
singleSelect
- The properties of the numeric question.public EvaluationFormSingleSelectQuestionProperties getSingleSelect()
The properties of the numeric question.
public EvaluationFormQuestionTypeProperties withSingleSelect(EvaluationFormSingleSelectQuestionProperties singleSelect)
The properties of the numeric question.
singleSelect
- The properties of the numeric question.public String toString()
toString
in class Object
Object.toString()
public EvaluationFormQuestionTypeProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.