@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 number of results to return per paginated call.
|
String |
getNextToken()
If the previous response was incomplete (because there is more data to retrieve), Amazon Lookout for Vision
returns a pagination token in the response.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Lookout for Vision
returns a pagination token in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListProjectsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
ListProjectsRequest |
withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Lookout for Vision
returns a pagination token in the 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)
If the previous response was incomplete (because there is more data to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of projects.
nextToken
- If the previous response was incomplete (because there is more data to retrieve), Amazon Lookout for
Vision returns a pagination token in the response. You can use this pagination token to retrieve the next
set of projects.public String getNextToken()
If the previous response was incomplete (because there is more data to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of projects.
public ListProjectsRequest withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of projects.
nextToken
- If the previous response was incomplete (because there is more data to retrieve), Amazon Lookout for
Vision returns a pagination token in the response. You can use this pagination token to retrieve the next
set of projects.public void setMaxResults(Integer maxResults)
The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100.
maxResults
- The maximum number of results to return per paginated call. The largest value you can specify is 100. If
you specify a value greater than 100, a ValidationException error occurs. The default value is 100.public Integer getMaxResults()
The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100.
public ListProjectsRequest withMaxResults(Integer maxResults)
The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100.
maxResults
- The maximum number of results to return per paginated call. The largest value you can specify is 100. If
you specify a value greater than 100, a ValidationException error occurs. The default value is 100.public String toString()
toString
in class Object
Object.toString()
public ListProjectsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()