@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()
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 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, 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 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 Object
Object.toString()
public ListWorkspacesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()