@Generated(value="software.amazon.awssdk:codegen") public final class EvaluationFormSingleSelectQuestionOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationFormSingleSelectQuestionOption.Builder,EvaluationFormSingleSelectQuestionOption>
Information about the automation configuration in single select questions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EvaluationFormSingleSelectQuestionOption.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
automaticFail()
The flag to mark the option as automatic fail.
|
static EvaluationFormSingleSelectQuestionOption.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
refId()
The identifier of the answer option.
|
Integer |
score()
The score assigned to the answer option.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EvaluationFormSingleSelectQuestionOption.Builder> |
serializableBuilderClass() |
String |
text()
The title of the answer option.
|
EvaluationFormSingleSelectQuestionOption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String refId()
The identifier of the answer option. An identifier must be unique within the question.
public final String text()
The title of the answer option.
public final Integer score()
The score assigned to the answer option.
public final Boolean automaticFail()
The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
public EvaluationFormSingleSelectQuestionOption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EvaluationFormSingleSelectQuestionOption.Builder,EvaluationFormSingleSelectQuestionOption>public static EvaluationFormSingleSelectQuestionOption.Builder builder()
public static Class<? extends EvaluationFormSingleSelectQuestionOption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.