@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The request structure for the list apps request.
NOOP
Constructor and Description |
---|
ListAppsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAppsRequest |
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 records to list in a single response.
|
String |
getNextToken()
A pagination token.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of records to list in a single response.
|
void |
setNextToken(String nextToken)
A pagination token.
|
String |
toString()
Returns a string representation of this object.
|
ListAppsRequest |
withMaxResults(Integer maxResults)
The maximum number of records to list in a single response.
|
ListAppsRequest |
withNextToken(String nextToken)
A pagination token.
|
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 setNextToken(String nextToken)
A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.
nextToken
- A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another
request to retrieve more entries.public String getNextToken()
A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.
public ListAppsRequest withNextToken(String nextToken)
A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.
nextToken
- A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another
request to retrieve more entries.public void setMaxResults(Integer maxResults)
The maximum number of records to list in a single response.
maxResults
- The maximum number of records to list in a single response.public Integer getMaxResults()
The maximum number of records to list in a single response.
public ListAppsRequest withMaxResults(Integer maxResults)
The maximum number of records to list in a single response.
maxResults
- The maximum number of records to list in a single response.public String toString()
toString
in class Object
Object.toString()
public ListAppsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()