@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PaginationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The pagination configuration for a table visual or boxplot.
Constructor and Description |
---|
PaginationConfiguration() |
Modifier and Type | Method and Description |
---|---|
PaginationConfiguration |
clone() |
boolean |
equals(Object obj) |
Long |
getPageNumber()
Indicates the page number.
|
Long |
getPageSize()
Indicates how many items render in one page.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPageNumber(Long pageNumber)
Indicates the page number.
|
void |
setPageSize(Long pageSize)
Indicates how many items render in one page.
|
String |
toString()
Returns a string representation of this object.
|
PaginationConfiguration |
withPageNumber(Long pageNumber)
Indicates the page number.
|
PaginationConfiguration |
withPageSize(Long pageSize)
Indicates how many items render in one page.
|
public void setPageSize(Long pageSize)
Indicates how many items render in one page.
pageSize
- Indicates how many items render in one page.public Long getPageSize()
Indicates how many items render in one page.
public PaginationConfiguration withPageSize(Long pageSize)
Indicates how many items render in one page.
pageSize
- Indicates how many items render in one page.public void setPageNumber(Long pageNumber)
Indicates the page number.
pageNumber
- Indicates the page number.public Long getPageNumber()
Indicates the page number.
public PaginationConfiguration withPageNumber(Long pageNumber)
Indicates the page number.
pageNumber
- Indicates the page number.public String toString()
toString
in class Object
Object.toString()
public PaginationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.