@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 ObjectObject.toString()public EvaluationFormQuestionTypeProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.