Class RegistrationTypeDisplayHints
- java.lang.Object
-
- software.amazon.awssdk.services.pinpointsmsvoicev2.model.RegistrationTypeDisplayHints
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RegistrationTypeDisplayHints.Builder,RegistrationTypeDisplayHints>
@Generated("software.amazon.awssdk:codegen") public final class RegistrationTypeDisplayHints extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegistrationTypeDisplayHints.Builder,RegistrationTypeDisplayHints>
Provides help information on the registration type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRegistrationTypeDisplayHints.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegistrationTypeDisplayHints.Builderbuilder()StringdocumentationLink()The link to the document the display hint is associated with.StringdocumentationTitle()The title of the document the display hint is associated with.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlongDescription()A full description of the display hint.List<SdkField<?>>sdkFields()static Class<? extends RegistrationTypeDisplayHints.Builder>serializableBuilderClass()StringshortDescription()A short description of the display hint.Stringtitle()The title of the display hint.RegistrationTypeDisplayHints.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
-
title
public final String title()
The title of the display hint.
- Returns:
- The title of the display hint.
-
shortDescription
public final String shortDescription()
A short description of the display hint.
- Returns:
- A short description of the display hint.
-
longDescription
public final String longDescription()
A full description of the display hint.
- Returns:
- A full description of the display hint.
-
documentationTitle
public final String documentationTitle()
The title of the document the display hint is associated with.
- Returns:
- The title of the document the display hint is associated with.
-
documentationLink
public final String documentationLink()
The link to the document the display hint is associated with.
- Returns:
- The link to the document the display hint is associated with.
-
toBuilder
public RegistrationTypeDisplayHints.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RegistrationTypeDisplayHints.Builder,RegistrationTypeDisplayHints>
-
builder
public static RegistrationTypeDisplayHints.Builder builder()
-
serializableBuilderClass
public static Class<? extends RegistrationTypeDisplayHints.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.
-
-