Class RegistrationSectionDefinition
- java.lang.Object
-
- software.amazon.awssdk.services.pinpointsmsvoicev2.model.RegistrationSectionDefinition
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RegistrationSectionDefinition.Builder,RegistrationSectionDefinition>
@Generated("software.amazon.awssdk:codegen") public final class RegistrationSectionDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RegistrationSectionDefinition.Builder,RegistrationSectionDefinition>
Provides information on the specified section definition.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRegistrationSectionDefinition.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegistrationSectionDefinition.Builderbuilder()RegistrationSectionDisplayHintsdisplayHints()The path to the section of the registration.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()StringsectionPath()The path to the section of the registration.static Class<? extends RegistrationSectionDefinition.Builder>serializableBuilderClass()RegistrationSectionDefinition.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
-
sectionPath
public final String sectionPath()
The path to the section of the registration.
- Returns:
- The path to the section of the registration.
-
displayHints
public final RegistrationSectionDisplayHints displayHints()
The path to the section of the registration.
- Returns:
- The path to the section of the registration.
-
toBuilder
public RegistrationSectionDefinition.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RegistrationSectionDefinition.Builder,RegistrationSectionDefinition>
-
builder
public static RegistrationSectionDefinition.Builder builder()
-
serializableBuilderClass
public static Class<? extends RegistrationSectionDefinition.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.
-
-