@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BodySectionRepeatPageBreakConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The page break configuration to apply for each repeating instance.
| Constructor and Description |
|---|
BodySectionRepeatPageBreakConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
BodySectionRepeatPageBreakConfiguration |
clone() |
boolean |
equals(Object obj) |
SectionAfterPageBreak |
getAfter() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAfter(SectionAfterPageBreak after) |
String |
toString()
Returns a string representation of this object.
|
BodySectionRepeatPageBreakConfiguration |
withAfter(SectionAfterPageBreak after) |
public BodySectionRepeatPageBreakConfiguration()
public void setAfter(SectionAfterPageBreak after)
after - public SectionAfterPageBreak getAfter()
public BodySectionRepeatPageBreakConfiguration withAfter(SectionAfterPageBreak after)
after - public String toString()
toString in class ObjectObject.toString()public BodySectionRepeatPageBreakConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.