@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationFormSingleSelectQuestionAutomationOption extends Object implements Serializable, Cloneable, StructuredPojo
Information about the automation option of a single select question.
Constructor and Description |
---|
EvaluationFormSingleSelectQuestionAutomationOption() |
Modifier and Type | Method and Description |
---|---|
EvaluationFormSingleSelectQuestionAutomationOption |
clone() |
boolean |
equals(Object obj) |
SingleSelectQuestionRuleCategoryAutomation |
getRuleCategory()
The automation option based on a rule category for the single select question.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRuleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)
The automation option based on a rule category for the single select question.
|
String |
toString()
Returns a string representation of this object.
|
EvaluationFormSingleSelectQuestionAutomationOption |
withRuleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)
The automation option based on a rule category for the single select question.
|
public EvaluationFormSingleSelectQuestionAutomationOption()
public void setRuleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)
The automation option based on a rule category for the single select question.
ruleCategory
- The automation option based on a rule category for the single select question.public SingleSelectQuestionRuleCategoryAutomation getRuleCategory()
The automation option based on a rule category for the single select question.
public EvaluationFormSingleSelectQuestionAutomationOption withRuleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)
The automation option based on a rule category for the single select question.
ruleCategory
- The automation option based on a rule category for the single select question.public String toString()
toString
in class Object
Object.toString()
public EvaluationFormSingleSelectQuestionAutomationOption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.