Class FormStyle
- java.lang.Object
-
- software.amazon.awssdk.services.amplifyuibuilder.model.FormStyle
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FormStyle.Builder,FormStyle>
@Generated("software.amazon.awssdk:codegen") public final class FormStyle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FormStyle.Builder,FormStyle>
Describes the configuration for the form's style.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFormStyle.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FormStyle.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()FormStyleConfighorizontalGap()The spacing for the horizontal gap.FormStyleConfigouterPadding()The size of the outer padding for the form.List<SdkField<?>>sdkFields()static Class<? extends FormStyle.Builder>serializableBuilderClass()FormStyle.BuildertoBuilder()StringtoString()Returns a string representation of this object.FormStyleConfigverticalGap()The spacing for the vertical gap.-
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
-
horizontalGap
public final FormStyleConfig horizontalGap()
The spacing for the horizontal gap.
- Returns:
- The spacing for the horizontal gap.
-
verticalGap
public final FormStyleConfig verticalGap()
The spacing for the vertical gap.
- Returns:
- The spacing for the vertical gap.
-
outerPadding
public final FormStyleConfig outerPadding()
The size of the outer padding for the form.
- Returns:
- The size of the outer padding for the form.
-
toBuilder
public FormStyle.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FormStyle.Builder,FormStyle>
-
builder
public static FormStyle.Builder builder()
-
serializableBuilderClass
public static Class<? extends FormStyle.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.
-
-