@Generated(value="software.amazon.awssdk:codegen") public final class SectionAfterPageBreak extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SectionAfterPageBreak.Builder,SectionAfterPageBreak>
The configuration of a page break after a section.
Modifier and Type | Class and Description |
---|---|
static interface |
SectionAfterPageBreak.Builder |
Modifier and Type | Method and Description |
---|---|
static SectionAfterPageBreak.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SectionAfterPageBreak.Builder> |
serializableBuilderClass() |
SectionPageBreakStatus |
status()
The option that enables or disables a page break at the end of a section.
|
String |
statusAsString()
The option that enables or disables a page break at the end of a section.
|
SectionAfterPageBreak.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final SectionPageBreakStatus status()
The option that enables or disables a page break at the end of a section.
If the service returns an enum value that is not available in the current SDK version, status
will
return SectionPageBreakStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
SectionPageBreakStatus
public final String statusAsString()
The option that enables or disables a page break at the end of a section.
If the service returns an enum value that is not available in the current SDK version, status
will
return SectionPageBreakStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
SectionPageBreakStatus
public SectionAfterPageBreak.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<SectionAfterPageBreak.Builder,SectionAfterPageBreak>
public static SectionAfterPageBreak.Builder builder()
public static Class<? extends SectionAfterPageBreak.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.