Class ChoiceImprovementPlan
- java.lang.Object
-
- software.amazon.awssdk.services.wellarchitected.model.ChoiceImprovementPlan
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChoiceImprovementPlan.Builder,ChoiceImprovementPlan>
@Generated("software.amazon.awssdk:codegen") public final class ChoiceImprovementPlan extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChoiceImprovementPlan.Builder,ChoiceImprovementPlan>
The choice level improvement plan.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChoiceImprovementPlan.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChoiceImprovementPlan.Builderbuilder()StringchoiceId()Returns the value of the ChoiceId property for this object.StringdisplayText()The display text for the improvement plan.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringimprovementPlanUrl()Returns the value of the ImprovementPlanUrl property for this object.List<SdkField<?>>sdkFields()static Class<? extends ChoiceImprovementPlan.Builder>serializableBuilderClass()ChoiceImprovementPlan.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
choiceId
public final String choiceId()
Returns the value of the ChoiceId property for this object.- Returns:
- The value of the ChoiceId property for this object.
-
displayText
public final String displayText()
The display text for the improvement plan.
- Returns:
- The display text for the improvement plan.
-
improvementPlanUrl
public final String improvementPlanUrl()
Returns the value of the ImprovementPlanUrl property for this object.- Returns:
- The value of the ImprovementPlanUrl property for this object.
-
toBuilder
public ChoiceImprovementPlan.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChoiceImprovementPlan.Builder,ChoiceImprovementPlan>
-
builder
public static ChoiceImprovementPlan.Builder builder()
-
serializableBuilderClass
public static Class<? extends ChoiceImprovementPlan.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-