@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 Object
Object.toString()
public BodySectionRepeatPageBreakConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.