@Generated(value="software.amazon.awssdk:codegen") public final class SectionStyle extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SectionStyle.Builder,SectionStyle>
The options that style a section.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SectionStyle.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SectionStyle.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
height()
The height of a section.
|
Spacing |
padding()
The spacing between section content and its top, bottom, left, and right edges.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SectionStyle.Builder> |
serializableBuilderClass() |
SectionStyle.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String height()
The height of a section.
Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.
Heights can only be defined for header and footer sections. The default height margin is 0.5 inches.
public final Spacing padding()
The spacing between section content and its top, bottom, left, and right edges.
There is no padding by default.
There is no padding by default.
public SectionStyle.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SectionStyle.Builder,SectionStyle>public static SectionStyle.Builder builder()
public static Class<? extends SectionStyle.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.