@Generated(value="software.amazon.awssdk:codegen") public final class EvaluationFormNumericQuestionAutomation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationFormNumericQuestionAutomation.Builder,EvaluationFormNumericQuestionAutomation>
Information about the automation configuration in numeric questions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EvaluationFormNumericQuestionAutomation.Builder |
static class |
EvaluationFormNumericQuestionAutomation.Type |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final NumericQuestionPropertyValueAutomation propertyValue()
The property value of the automation.
public EvaluationFormNumericQuestionAutomation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EvaluationFormNumericQuestionAutomation.Builder,EvaluationFormNumericQuestionAutomation>public static EvaluationFormNumericQuestionAutomation.Builder builder()
public static Class<? extends EvaluationFormNumericQuestionAutomation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static EvaluationFormNumericQuestionAutomation fromPropertyValue(NumericQuestionPropertyValueAutomation propertyValue)
propertyValue() initialized to the given value.
The property value of the automation.
propertyValue - The property value of the automation.public static EvaluationFormNumericQuestionAutomation fromPropertyValue(Consumer<NumericQuestionPropertyValueAutomation.Builder> propertyValue)
propertyValue() initialized to the given value.
The property value of the automation.
propertyValue - The property value of the automation.public EvaluationFormNumericQuestionAutomation.Type type()
EvaluationFormNumericQuestionAutomation.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 EvaluationFormNumericQuestionAutomation.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.