@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProjectsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request structure used to request projects list in AWS Mobile Hub.
NOOP| Constructor and Description |
|---|
ListProjectsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListProjectsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
ListProjectsRequest |
withMaxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
ListProjectsRequest |
withNextToken(String nextToken)
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, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 ListProjectsRequest 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 void setNextToken(String nextToken)
Pagination token. Set to null to start listing projects from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more projects.
nextToken - Pagination token. Set to null to start listing projects from start. If non-null pagination token is
returned in a result, then pass its value in here in another request to list more projects.public String getNextToken()
Pagination token. Set to null to start listing projects from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more projects.
public ListProjectsRequest withNextToken(String nextToken)
Pagination token. Set to null to start listing projects from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more projects.
nextToken - Pagination token. Set to null to start listing projects from start. If non-null pagination token is
returned in a result, then pass its value in here in another request to list more projects.public String toString()
toString in class ObjectObject.toString()public ListProjectsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.