@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FormStyle.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FormStyle.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
FormStyleConfig |
horizontalGap()
The spacing for the horizontal gap.
|
FormStyleConfig |
outerPadding()
The size of the outer padding for the form.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FormStyle.Builder> |
serializableBuilderClass() |
FormStyle.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
FormStyleConfig |
verticalGap()
The spacing for the vertical gap.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FormStyleConfig horizontalGap()
The spacing for the horizontal gap.
public final FormStyleConfig verticalGap()
The spacing for the vertical gap.
public final FormStyleConfig outerPadding()
The size of the outer padding for the form.
public FormStyle.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FormStyle.Builder,FormStyle>public static FormStyle.Builder builder()
public static Class<? extends FormStyle.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.