@Generated(value="software.amazon.awssdk:codegen") public final class EvaluationFormSingleSelectQuestionAutomationOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationFormSingleSelectQuestionAutomationOption.Builder,EvaluationFormSingleSelectQuestionAutomationOption>
Information about the automation option of a single select question.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EvaluationFormSingleSelectQuestionAutomationOption.Builder |
static class |
EvaluationFormSingleSelectQuestionAutomationOption.Type |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SingleSelectQuestionRuleCategoryAutomation ruleCategory()
The automation option based on a rule category for the single select question.
public EvaluationFormSingleSelectQuestionAutomationOption.Builder toBuilder()
public static EvaluationFormSingleSelectQuestionAutomationOption.Builder builder()
public static Class<? extends EvaluationFormSingleSelectQuestionAutomationOption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static EvaluationFormSingleSelectQuestionAutomationOption fromRuleCategory(SingleSelectQuestionRuleCategoryAutomation ruleCategory)
ruleCategory() initialized to the given value.
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 static EvaluationFormSingleSelectQuestionAutomationOption fromRuleCategory(Consumer<SingleSelectQuestionRuleCategoryAutomation.Builder> ruleCategory)
ruleCategory() initialized to the given value.
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 EvaluationFormSingleSelectQuestionAutomationOption.Type type()
EvaluationFormSingleSelectQuestionAutomationOption.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be EvaluationFormSingleSelectQuestionAutomationOption.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.