@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ListGroupsFilters |
getFilters()
Limit the search results based on the filter criteria.
|
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
String |
getOrganizationId()
The identifier for the organization under which the groups exist.
|
int |
hashCode() |
void |
setFilters(ListGroupsFilters filters)
Limit the search results based on the filter criteria.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setOrganizationId(String organizationId)
The identifier for the organization under which the groups exist.
|
String |
toString()
Returns a string representation of this object.
|
ListGroupsRequest |
withFilters(ListGroupsFilters filters)
Limit the search results based on the filter criteria.
|
ListGroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListGroupsRequest |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListGroupsRequest |
withOrganizationId(String organizationId)
The identifier for the organization under which the groups exist.
|
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 setOrganizationId(String organizationId)
The identifier for the organization under which the groups exist.
organizationId
- The identifier for the organization under which the groups exist.public String getOrganizationId()
The identifier for the organization under which the groups exist.
public ListGroupsRequest withOrganizationId(String organizationId)
The identifier for the organization under which the groups exist.
organizationId
- The identifier for the organization under which the groups exist.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
nextToken
- The token to use to retrieve the next page of results. The first call does not contain any tokens.public String getNextToken()
The token to use to retrieve the next page of results. The first call does not contain any tokens.
public ListGroupsRequest withNextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
nextToken
- The token to use to retrieve the next page of results. The first call does not contain any tokens.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public Integer getMaxResults()
The maximum number of results to return in a single call.
public ListGroupsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public void setFilters(ListGroupsFilters filters)
Limit the search results based on the filter criteria. Only one filter per request is supported.
filters
- Limit the search results based on the filter criteria. Only one filter per request is supported.public ListGroupsFilters getFilters()
Limit the search results based on the filter criteria. Only one filter per request is supported.
public ListGroupsRequest withFilters(ListGroupsFilters filters)
Limit the search results based on the filter criteria. Only one filter per request is supported.
filters
- Limit the search results based on the filter criteria. Only one filter per request is supported.public String toString()
toString
in class Object
Object.toString()
public ListGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.