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