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