@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PivotTablePaginatedReportOptions extends Object implements Serializable, Cloneable, StructuredPojo
The paginated report options for a pivot table visual.
| Constructor and Description |
|---|
PivotTablePaginatedReportOptions() |
| Modifier and Type | Method and Description |
|---|---|
PivotTablePaginatedReportOptions |
clone() |
boolean |
equals(Object obj) |
String |
getOverflowColumnHeaderVisibility()
The visibility of the repeating header rows on each page.
|
String |
getVerticalOverflowVisibility()
The visibility of the printing table overflow across pages.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOverflowColumnHeaderVisibility(String overflowColumnHeaderVisibility)
The visibility of the repeating header rows on each page.
|
void |
setVerticalOverflowVisibility(String verticalOverflowVisibility)
The visibility of the printing table overflow across pages.
|
String |
toString()
Returns a string representation of this object.
|
PivotTablePaginatedReportOptions |
withOverflowColumnHeaderVisibility(String overflowColumnHeaderVisibility)
The visibility of the repeating header rows on each page.
|
PivotTablePaginatedReportOptions |
withOverflowColumnHeaderVisibility(Visibility overflowColumnHeaderVisibility)
The visibility of the repeating header rows on each page.
|
PivotTablePaginatedReportOptions |
withVerticalOverflowVisibility(String verticalOverflowVisibility)
The visibility of the printing table overflow across pages.
|
PivotTablePaginatedReportOptions |
withVerticalOverflowVisibility(Visibility verticalOverflowVisibility)
The visibility of the printing table overflow across pages.
|
public void setVerticalOverflowVisibility(String verticalOverflowVisibility)
The visibility of the printing table overflow across pages.
verticalOverflowVisibility - The visibility of the printing table overflow across pages.Visibilitypublic String getVerticalOverflowVisibility()
The visibility of the printing table overflow across pages.
Visibilitypublic PivotTablePaginatedReportOptions withVerticalOverflowVisibility(String verticalOverflowVisibility)
The visibility of the printing table overflow across pages.
verticalOverflowVisibility - The visibility of the printing table overflow across pages.Visibilitypublic PivotTablePaginatedReportOptions withVerticalOverflowVisibility(Visibility verticalOverflowVisibility)
The visibility of the printing table overflow across pages.
verticalOverflowVisibility - The visibility of the printing table overflow across pages.Visibilitypublic void setOverflowColumnHeaderVisibility(String overflowColumnHeaderVisibility)
The visibility of the repeating header rows on each page.
overflowColumnHeaderVisibility - The visibility of the repeating header rows on each page.Visibilitypublic String getOverflowColumnHeaderVisibility()
The visibility of the repeating header rows on each page.
Visibilitypublic PivotTablePaginatedReportOptions withOverflowColumnHeaderVisibility(String overflowColumnHeaderVisibility)
The visibility of the repeating header rows on each page.
overflowColumnHeaderVisibility - The visibility of the repeating header rows on each page.Visibilitypublic PivotTablePaginatedReportOptions withOverflowColumnHeaderVisibility(Visibility overflowColumnHeaderVisibility)
The visibility of the repeating header rows on each page.
overflowColumnHeaderVisibility - The visibility of the repeating header rows on each page.Visibilitypublic String toString()
toString in class ObjectObject.toString()public PivotTablePaginatedReportOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.