@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SectionAfterPageBreak extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of a page break after a section.
| Constructor and Description |
|---|
SectionAfterPageBreak() |
| Modifier and Type | Method and Description |
|---|---|
SectionAfterPageBreak |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The option that enables or disables a page break at the end of a section.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatus(String status)
The option that enables or disables a page break at the end of a section.
|
String |
toString()
Returns a string representation of this object.
|
SectionAfterPageBreak |
withStatus(SectionPageBreakStatus status)
The option that enables or disables a page break at the end of a section.
|
SectionAfterPageBreak |
withStatus(String status)
The option that enables or disables a page break at the end of a section.
|
public void setStatus(String status)
The option that enables or disables a page break at the end of a section.
status - The option that enables or disables a page break at the end of a section.SectionPageBreakStatuspublic String getStatus()
The option that enables or disables a page break at the end of a section.
SectionPageBreakStatuspublic SectionAfterPageBreak withStatus(String status)
The option that enables or disables a page break at the end of a section.
status - The option that enables or disables a page break at the end of a section.SectionPageBreakStatuspublic SectionAfterPageBreak withStatus(SectionPageBreakStatus status)
The option that enables or disables a page break at the end of a section.
status - The option that enables or disables a page break at the end of a section.SectionPageBreakStatuspublic String toString()
toString in class ObjectObject.toString()public SectionAfterPageBreak clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.