@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListWorkspacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListWorkspacesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListWorkspacesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to display.
|
String |
getNextToken()
The string that specifies the next page of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to display.
|
void |
setNextToken(String nextToken)
The string that specifies the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkspacesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to display.
|
ListWorkspacesRequest |
withNextToken(String nextToken)
The string that specifies the next page of results.
|
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 setMaxResults(Integer maxResults)
The maximum number of results to display.
maxResults - The maximum number of results to display.public Integer getMaxResults()
The maximum number of results to display.
public ListWorkspacesRequest withMaxResults(Integer maxResults)
The maximum number of results to display.
maxResults - The maximum number of results to display.public void setNextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.public String getNextToken()
The string that specifies the next page of results.
public ListWorkspacesRequest withNextToken(String nextToken)
The string that specifies the next page of results.
nextToken - The string that specifies the next page of results.public String toString()
toString in class ObjectObject.toString()public ListWorkspacesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.