@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationFormSingleSelectQuestionProperties extends Object implements Serializable, Cloneable, StructuredPojo
Information about the options in single select questions.
| Constructor and Description |
|---|
EvaluationFormSingleSelectQuestionProperties() |
public EvaluationFormSingleSelectQuestionProperties()
public List<EvaluationFormSingleSelectQuestionOption> getOptions()
The answer options of the single select question.
public void setOptions(Collection<EvaluationFormSingleSelectQuestionOption> options)
The answer options of the single select question.
options - The answer options of the single select question.public EvaluationFormSingleSelectQuestionProperties withOptions(EvaluationFormSingleSelectQuestionOption... options)
The answer options of the single select question.
NOTE: This method appends the values to the existing list (if any). Use
setOptions(java.util.Collection) or withOptions(java.util.Collection) if you want to override
the existing values.
options - The answer options of the single select question.public EvaluationFormSingleSelectQuestionProperties withOptions(Collection<EvaluationFormSingleSelectQuestionOption> options)
The answer options of the single select question.
options - The answer options of the single select question.public void setDisplayAs(String displayAs)
The display mode of the single select question.
displayAs - The display mode of the single select question.EvaluationFormSingleSelectQuestionDisplayModepublic String getDisplayAs()
The display mode of the single select question.
EvaluationFormSingleSelectQuestionDisplayModepublic EvaluationFormSingleSelectQuestionProperties withDisplayAs(String displayAs)
The display mode of the single select question.
displayAs - The display mode of the single select question.EvaluationFormSingleSelectQuestionDisplayModepublic EvaluationFormSingleSelectQuestionProperties withDisplayAs(EvaluationFormSingleSelectQuestionDisplayMode displayAs)
The display mode of the single select question.
displayAs - The display mode of the single select question.EvaluationFormSingleSelectQuestionDisplayModepublic void setAutomation(EvaluationFormSingleSelectQuestionAutomation automation)
The display mode of the single select question.
automation - The display mode of the single select question.public EvaluationFormSingleSelectQuestionAutomation getAutomation()
The display mode of the single select question.
public EvaluationFormSingleSelectQuestionProperties withAutomation(EvaluationFormSingleSelectQuestionAutomation automation)
The display mode of the single select question.
automation - The display mode of the single select question.public String toString()
toString in class ObjectObject.toString()public EvaluationFormSingleSelectQuestionProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.