@Generated(value="software.amazon.awssdk:codegen") public final class HeaderFooterSectionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HeaderFooterSectionConfiguration.Builder,HeaderFooterSectionConfiguration>
The configuration of a header or footer section.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HeaderFooterSectionConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HeaderFooterSectionConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SectionLayoutConfiguration |
layout()
The layout configuration of the header or footer section.
|
List<SdkField<?>> |
sdkFields() |
String |
sectionId()
The unique identifier of the header or footer section.
|
static Class<? extends HeaderFooterSectionConfiguration.Builder> |
serializableBuilderClass() |
SectionStyle |
style()
The style options of a header or footer section.
|
HeaderFooterSectionConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sectionId()
The unique identifier of the header or footer section.
public final SectionLayoutConfiguration layout()
The layout configuration of the header or footer section.
public final SectionStyle style()
The style options of a header or footer section.
public HeaderFooterSectionConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HeaderFooterSectionConfiguration.Builder,HeaderFooterSectionConfiguration>public static HeaderFooterSectionConfiguration.Builder builder()
public static Class<? extends HeaderFooterSectionConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.