@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SectionPageBreakConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of a page break for a section.
| Constructor and Description |
|---|
SectionPageBreakConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SectionPageBreakConfiguration |
clone() |
boolean |
equals(Object obj) |
SectionAfterPageBreak |
getAfter()
The configuration of a page break after a section.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAfter(SectionAfterPageBreak after)
The configuration of a page break after a section.
|
String |
toString()
Returns a string representation of this object.
|
SectionPageBreakConfiguration |
withAfter(SectionAfterPageBreak after)
The configuration of a page break after a section.
|
public void setAfter(SectionAfterPageBreak after)
The configuration of a page break after a section.
after - The configuration of a page break after a section.public SectionAfterPageBreak getAfter()
The configuration of a page break after a section.
public SectionPageBreakConfiguration withAfter(SectionAfterPageBreak after)
The configuration of a page break after a section.
after - The configuration of a page break after a section.public String toString()
toString in class ObjectObject.toString()public SectionPageBreakConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.