@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HeaderFooterSectionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration of a header or footer section.
Constructor and Description |
---|
HeaderFooterSectionConfiguration() |
Modifier and Type | Method and Description |
---|---|
HeaderFooterSectionConfiguration |
clone() |
boolean |
equals(Object obj) |
SectionLayoutConfiguration |
getLayout()
The layout configuration of the header or footer section.
|
String |
getSectionId()
The unique identifier of the header or footer section.
|
SectionStyle |
getStyle()
The style options of a header or footer section.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLayout(SectionLayoutConfiguration layout)
The layout configuration of the header or footer section.
|
void |
setSectionId(String sectionId)
The unique identifier of the header or footer section.
|
void |
setStyle(SectionStyle style)
The style options of a header or footer section.
|
String |
toString()
Returns a string representation of this object.
|
HeaderFooterSectionConfiguration |
withLayout(SectionLayoutConfiguration layout)
The layout configuration of the header or footer section.
|
HeaderFooterSectionConfiguration |
withSectionId(String sectionId)
The unique identifier of the header or footer section.
|
HeaderFooterSectionConfiguration |
withStyle(SectionStyle style)
The style options of a header or footer section.
|
public void setSectionId(String sectionId)
The unique identifier of the header or footer section.
sectionId
- The unique identifier of the header or footer section.public String getSectionId()
The unique identifier of the header or footer section.
public HeaderFooterSectionConfiguration withSectionId(String sectionId)
The unique identifier of the header or footer section.
sectionId
- The unique identifier of the header or footer section.public void setLayout(SectionLayoutConfiguration layout)
The layout configuration of the header or footer section.
layout
- The layout configuration of the header or footer section.public SectionLayoutConfiguration getLayout()
The layout configuration of the header or footer section.
public HeaderFooterSectionConfiguration withLayout(SectionLayoutConfiguration layout)
The layout configuration of the header or footer section.
layout
- The layout configuration of the header or footer section.public void setStyle(SectionStyle style)
The style options of a header or footer section.
style
- The style options of a header or footer section.public SectionStyle getStyle()
The style options of a header or footer section.
public HeaderFooterSectionConfiguration withStyle(SectionStyle style)
The style options of a header or footer section.
style
- The style options of a header or footer section.public String toString()
toString
in class Object
Object.toString()
public HeaderFooterSectionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.