@Generated(value="software.amazon.awssdk:codegen") public final class ChoiceImprovementPlan extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChoiceImprovementPlan.Builder,ChoiceImprovementPlan>
The choice level improvement plan.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChoiceImprovementPlan.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ChoiceImprovementPlan.Builder |
builder() |
String |
choiceId()
Returns the value of the ChoiceId property for this object.
|
String |
displayText()
The display text for the improvement plan.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
improvementPlanUrl()
Returns the value of the ImprovementPlanUrl property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ChoiceImprovementPlan.Builder> |
serializableBuilderClass() |
ChoiceImprovementPlan.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String choiceId()
public final String displayText()
The display text for the improvement plan.
public final String improvementPlanUrl()
public ChoiceImprovementPlan.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ChoiceImprovementPlan.Builder,ChoiceImprovementPlan>public static ChoiceImprovementPlan.Builder builder()
public static Class<? extends ChoiceImprovementPlan.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.