@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLedgersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListLedgersRequest() |
Modifier and Type | Method and Description |
---|---|
ListLedgersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return in a single
ListLedgers request. |
String |
getNextToken()
A pagination token, indicating that you want to retrieve the next page of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single
ListLedgers request. |
void |
setNextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListLedgersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single
ListLedgers request. |
ListLedgersRequest |
withNextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single ListLedgers
request. (The actual number of
results returned might be fewer.)
maxResults
- The maximum number of results to return in a single ListLedgers
request. (The actual number
of results returned might be fewer.)public Integer getMaxResults()
The maximum number of results to return in a single ListLedgers
request. (The actual number of
results returned might be fewer.)
ListLedgers
request. (The actual number
of results returned might be fewer.)public ListLedgersRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single ListLedgers
request. (The actual number of
results returned might be fewer.)
maxResults
- The maximum number of results to return in a single ListLedgers
request. (The actual number
of results returned might be fewer.)public void setNextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results. If you received a value for
NextToken
in the response from a previous ListLedgers
call, then you should use that
value as input here.
nextToken
- A pagination token, indicating that you want to retrieve the next page of results. If you received a value
for NextToken
in the response from a previous ListLedgers
call, then you should
use that value as input here.public String getNextToken()
A pagination token, indicating that you want to retrieve the next page of results. If you received a value for
NextToken
in the response from a previous ListLedgers
call, then you should use that
value as input here.
NextToken
in the response from a previous ListLedgers
call, then you
should use that value as input here.public ListLedgersRequest withNextToken(String nextToken)
A pagination token, indicating that you want to retrieve the next page of results. If you received a value for
NextToken
in the response from a previous ListLedgers
call, then you should use that
value as input here.
nextToken
- A pagination token, indicating that you want to retrieve the next page of results. If you received a value
for NextToken
in the response from a previous ListLedgers
call, then you should
use that value as input here.public String toString()
toString
in class Object
Object.toString()
public ListLedgersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()