@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListProjectsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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()
The maximum amount of data that can be contained in a single set of results.
|
String |
getNextToken()
The continuation token to be used to return the next set of results, if the results cannot be returned in one
response.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum amount of data that can be contained in a single set of results.
|
void |
setNextToken(String nextToken)
The continuation token to be used to return the next set of results, if the results cannot be returned in one
response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListProjectsRequest |
withMaxResults(Integer maxResults)
The maximum amount of data that can be contained in a single set of results.
|
ListProjectsRequest |
withNextToken(String nextToken)
The continuation token to be used to return the next set of results, if the results cannot be returned in one
response.
|
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)
The continuation token to be used to return the next set of results, if the results cannot be returned in one response.
nextToken
- The continuation token to be used to return the next set of results, if the results cannot be returned in
one response.public String getNextToken()
The continuation token to be used to return the next set of results, if the results cannot be returned in one response.
public ListProjectsRequest withNextToken(String nextToken)
The continuation token to be used to return the next set of results, if the results cannot be returned in one response.
nextToken
- The continuation token to be used to return the next set of results, if the results cannot be returned in
one response.public void setMaxResults(Integer maxResults)
The maximum amount of data that can be contained in a single set of results.
maxResults
- The maximum amount of data that can be contained in a single set of results.public Integer getMaxResults()
The maximum amount of data that can be contained in a single set of results.
public ListProjectsRequest withMaxResults(Integer maxResults)
The maximum amount of data that can be contained in a single set of results.
maxResults
- The maximum amount of data that can be contained in a single set of results.public String toString()
toString
in class Object
Object.toString()
public ListProjectsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.