@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListGroupsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of resource group results that are returned by ListGroups in paginated output.
|
String |
getNextToken()
The NextToken value that is returned in a paginated
ListGroups request. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of resource group results that are returned by ListGroups in paginated output.
|
void |
setNextToken(String nextToken)
The NextToken value that is returned in a paginated
ListGroups request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListGroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of resource group results that are returned by ListGroups in paginated output.
|
ListGroupsRequest |
withNextToken(String nextToken)
The NextToken value that is returned in a paginated
ListGroups request. |
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 resource group results that are returned by ListGroups in paginated output. By default, this number is 50.
maxResults - The maximum number of resource group results that are returned by ListGroups in paginated output. By
default, this number is 50.public Integer getMaxResults()
The maximum number of resource group results that are returned by ListGroups in paginated output. By default, this number is 50.
public ListGroupsRequest withMaxResults(Integer maxResults)
The maximum number of resource group results that are returned by ListGroups in paginated output. By default, this number is 50.
maxResults - The maximum number of resource group results that are returned by ListGroups in paginated output. By
default, this number is 50.public void setNextToken(String nextToken)
The NextToken value that is returned in a paginated ListGroups request. To get the next page of
results, run the call again, add the NextToken parameter, and specify the NextToken value.
nextToken - The NextToken value that is returned in a paginated ListGroups request. To get the next page
of results, run the call again, add the NextToken parameter, and specify the NextToken value.public String getNextToken()
The NextToken value that is returned in a paginated ListGroups request. To get the next page of
results, run the call again, add the NextToken parameter, and specify the NextToken value.
ListGroups request. To get the next page
of results, run the call again, add the NextToken parameter, and specify the NextToken value.public ListGroupsRequest withNextToken(String nextToken)
The NextToken value that is returned in a paginated ListGroups request. To get the next page of
results, run the call again, add the NextToken parameter, and specify the NextToken value.
nextToken - The NextToken value that is returned in a paginated ListGroups request. To get the next page
of results, run the call again, add the NextToken parameter, and specify the NextToken value.public String toString()
toString in class ObjectObject.toString()public ListGroupsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.