public final class ResponsePaginationContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResponsePaginationContext.Builder |
Modifier and Type | Method and Description |
---|---|
static ResponsePaginationContext.Builder |
builder() |
boolean |
equals(Object o) |
String |
getNextToken()
The token of next page - Not specified for the response of last page.
|
String |
getPreviousToken()
The token of previous page - Not specified for the response of first page.
|
Integer |
getTotalCount()
The total number of results at the time of current response.
|
int |
hashCode() |
String |
toString() |
public static ResponsePaginationContext.Builder builder()
public Integer getTotalCount()
public String getPreviousToken()
public String getNextToken()
Copyright © 2023. All rights reserved.