@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure for an Amplify App list request.
NOOP| Constructor and Description |
|---|
ListAppsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAppsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of records to list in a single response.
|
String |
getNextToken()
Pagination token.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
void |
setNextToken(String nextToken)
Pagination token.
|
String |
toString()
Returns a string representation of this object.
|
ListAppsRequest |
withMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
ListAppsRequest |
withNextToken(String nextToken)
Pagination token.
|
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 setNextToken(String nextToken)
Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.
nextToken - Pagination token. If non-null pagination token is returned in a result, then pass its value in another
request to fetch more entries.public String getNextToken()
Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.
public ListAppsRequest withNextToken(String nextToken)
Pagination token. If non-null pagination token is returned in a result, then pass its value in another request to fetch more entries.
nextToken - Pagination token. If non-null pagination token is returned in a result, then pass its value in another
request to fetch more entries.public void setMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
maxResults - Maximum number of records to list in a single response.public Integer getMaxResults()
Maximum number of records to list in a single response.
public ListAppsRequest withMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
maxResults - Maximum number of records to list in a single response.public String toString()
toString in class ObjectObject.toString()public ListAppsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.