@Generated(value="software.amazon.awssdk:codegen") public final class QuestionDifference extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QuestionDifference.Builder,QuestionDifference>
A question difference return object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
QuestionDifference.Builder |
| Modifier and Type | Method and Description |
|---|---|
static QuestionDifference.Builder |
builder() |
DifferenceStatus |
differenceStatus()
Indicates the type of change to the question.
|
String |
differenceStatusAsString()
Indicates the type of change to the question.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
questionId()
Returns the value of the QuestionId property for this object.
|
String |
questionTitle()
Returns the value of the QuestionTitle property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends QuestionDifference.Builder> |
serializableBuilderClass() |
QuestionDifference.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String questionId()
public final String questionTitle()
public final DifferenceStatus differenceStatus()
Indicates the type of change to the question.
If the service returns an enum value that is not available in the current SDK version, differenceStatus
will return DifferenceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from differenceStatusAsString().
DifferenceStatuspublic final String differenceStatusAsString()
Indicates the type of change to the question.
If the service returns an enum value that is not available in the current SDK version, differenceStatus
will return DifferenceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from differenceStatusAsString().
DifferenceStatuspublic QuestionDifference.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<QuestionDifference.Builder,QuestionDifference>public static QuestionDifference.Builder builder()
public static Class<? extends QuestionDifference.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.