@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExtensionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListExtensionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListExtensionsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return.
|
String |
getNextToken()
The token that indicates the start of the next sequential page of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return.
|
void |
setNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListExtensionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListExtensionsRequest |
withNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
maxResults - The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
public Integer getMaxResults()
The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
Use this parameter with NextToken to get results as a set of sequential pages.
public ListExtensionsRequest withMaxResults(Integer maxResults)
The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
maxResults - The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
public void setNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken - The token that indicates the start of the next sequential page of results.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
public String getNextToken()
The token that indicates the start of the next sequential page of results.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
public ListExtensionsRequest withNextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken - The token that indicates the start of the next sequential page of results.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
public String toString()
toString in class ObjectObject.toString()public ListExtensionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.