@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 workspaces to include in the results.
|
String |
getNextToken()
The token for the next set of workspaces to return.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of workspaces to include in the results.
|
void |
setNextToken(String nextToken)
The token for the next set of workspaces to return.
|
String |
toString()
Returns a string representation of this object.
|
ListWorkspacesRequest |
withMaxResults(Integer maxResults)
The maximum number of workspaces to include in the results.
|
ListWorkspacesRequest |
withNextToken(String nextToken)
The token for the next set of workspaces to return.
|
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 workspaces to include in the results.
maxResults
- The maximum number of workspaces to include in the results.public Integer getMaxResults()
The maximum number of workspaces to include in the results.
public ListWorkspacesRequest withMaxResults(Integer maxResults)
The maximum number of workspaces to include in the results.
maxResults
- The maximum number of workspaces to include in the results.public void setNextToken(String nextToken)
The token for the next set of workspaces to return. (You receive this token from a previous
ListWorkspaces
operation.)
nextToken
- The token for the next set of workspaces to return. (You receive this token from a previous
ListWorkspaces
operation.)public String getNextToken()
The token for the next set of workspaces to return. (You receive this token from a previous
ListWorkspaces
operation.)
ListWorkspaces
operation.)public ListWorkspacesRequest withNextToken(String nextToken)
The token for the next set of workspaces to return. (You receive this token from a previous
ListWorkspaces
operation.)
nextToken
- The token for the next set of workspaces to return. (You receive this token from a previous
ListWorkspaces
operation.)public String toString()
toString
in class Object
Object.toString()
public ListWorkspacesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()