Class ChoiceContent
- java.lang.Object
-
- software.amazon.awssdk.services.wellarchitected.model.ChoiceContent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ChoiceContent.Builder,ChoiceContent>
@Generated("software.amazon.awssdk:codegen") public final class ChoiceContent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ChoiceContent.Builder,ChoiceContent>
The choice content.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceChoiceContent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ChoiceContent.Builderbuilder()StringdisplayText()The display text for the choice content.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ChoiceContent.Builder>serializableBuilderClass()ChoiceContent.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringurl()The URL for the choice content.-
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
-
displayText
public final String displayText()
The display text for the choice content.
- Returns:
- The display text for the choice content.
-
url
public final String url()
The URL for the choice content.
- Returns:
- The URL for the choice content.
-
toBuilder
public ChoiceContent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ChoiceContent.Builder,ChoiceContent>
-
builder
public static ChoiceContent.Builder builder()
-
serializableBuilderClass
public static Class<? extends ChoiceContent.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.
-
-