@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) |
List<Filter> |
getFilters()
Deprecated.
|
String |
getIdentityStoreId()
The globally unique identifier for the identity store, such as
d-1234567890 . |
Integer |
getMaxResults()
The maximum number of results to be returned per request.
|
String |
getNextToken()
The pagination token used for the
ListUsers and ListGroups API operations. |
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
Deprecated.
|
void |
setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as
d-1234567890 . |
void |
setMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
void |
setNextToken(String nextToken)
The pagination token used for the
ListUsers and ListGroups API operations. |
String |
toString()
Returns a string representation of this object.
|
ListGroupsRequest |
withFilters(Collection<Filter> filters)
Deprecated.
|
ListGroupsRequest |
withFilters(Filter... filters)
Deprecated.
|
ListGroupsRequest |
withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as
d-1234567890 . |
ListGroupsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListGroupsRequest |
withNextToken(String nextToken)
The pagination token used for the
ListUsers and ListGroups API operations. |
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 setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as d-1234567890
. In this example,
d-
is a fixed prefix, and 1234567890
is a randomly generated string that contains
numbers and lower case letters. This value is generated at the time that a new identity store is created.
identityStoreId
- The globally unique identifier for the identity store, such as d-1234567890
. In this example,
d-
is a fixed prefix, and 1234567890
is a randomly generated string that
contains numbers and lower case letters. This value is generated at the time that a new identity store is
created.public String getIdentityStoreId()
The globally unique identifier for the identity store, such as d-1234567890
. In this example,
d-
is a fixed prefix, and 1234567890
is a randomly generated string that contains
numbers and lower case letters. This value is generated at the time that a new identity store is created.
d-1234567890
. In this
example, d-
is a fixed prefix, and 1234567890
is a randomly generated string
that contains numbers and lower case letters. This value is generated at the time that a new identity
store is created.public ListGroupsRequest withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as d-1234567890
. In this example,
d-
is a fixed prefix, and 1234567890
is a randomly generated string that contains
numbers and lower case letters. This value is generated at the time that a new identity store is created.
identityStoreId
- The globally unique identifier for the identity store, such as d-1234567890
. In this example,
d-
is a fixed prefix, and 1234567890
is a randomly generated string that
contains numbers and lower case letters. This value is generated at the time that a new identity store is
created.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned per request. This parameter is used in the ListUsers
and ListGroups
requests to specify how many results to return in one page. The length limit is 50
characters.
maxResults
- The maximum number of results to be returned per request. This parameter is used in the
ListUsers
and ListGroups
requests to specify how many results to return in one
page. The length limit is 50 characters.public Integer getMaxResults()
The maximum number of results to be returned per request. This parameter is used in the ListUsers
and ListGroups
requests to specify how many results to return in one page. The length limit is 50
characters.
ListUsers
and ListGroups
requests to specify how many results to return in one
page. The length limit is 50 characters.public ListGroupsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per request. This parameter is used in the ListUsers
and ListGroups
requests to specify how many results to return in one page. The length limit is 50
characters.
maxResults
- The maximum number of results to be returned per request. This parameter is used in the
ListUsers
and ListGroups
requests to specify how many results to return in one
page. The length limit is 50 characters.public void setNextToken(String nextToken)
The pagination token used for the ListUsers
and ListGroups
API operations. This value
is generated by the identity store service. It is returned in the API response if the total results are more than
the size of one page. This token is also returned when it is used in the API request to search for the next page.
nextToken
- The pagination token used for the ListUsers
and ListGroups
API operations. This
value is generated by the identity store service. It is returned in the API response if the total results
are more than the size of one page. This token is also returned when it is used in the API request to
search for the next page.public String getNextToken()
The pagination token used for the ListUsers
and ListGroups
API operations. This value
is generated by the identity store service. It is returned in the API response if the total results are more than
the size of one page. This token is also returned when it is used in the API request to search for the next page.
ListUsers
and ListGroups
API operations. This
value is generated by the identity store service. It is returned in the API response if the total results
are more than the size of one page. This token is also returned when it is used in the API request to
search for the next page.public ListGroupsRequest withNextToken(String nextToken)
The pagination token used for the ListUsers
and ListGroups
API operations. This value
is generated by the identity store service. It is returned in the API response if the total results are more than
the size of one page. This token is also returned when it is used in the API request to search for the next page.
nextToken
- The pagination token used for the ListUsers
and ListGroups
API operations. This
value is generated by the identity store service. It is returned in the API response if the total results
are more than the size of one page. This token is also returned when it is used in the API request to
search for the next page.@Deprecated public List<Filter> getFilters()
A list of Filter
objects, which is used in the ListUsers
and ListGroups
requests.
Filter
objects, which is used in the ListUsers
and
ListGroups
requests.@Deprecated public void setFilters(Collection<Filter> filters)
A list of Filter
objects, which is used in the ListUsers
and ListGroups
requests.
filters
- A list of Filter
objects, which is used in the ListUsers
and
ListGroups
requests.@Deprecated public ListGroupsRequest withFilters(Filter... filters)
A list of Filter
objects, which is used in the ListUsers
and ListGroups
requests.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- A list of Filter
objects, which is used in the ListUsers
and
ListGroups
requests.@Deprecated public ListGroupsRequest withFilters(Collection<Filter> filters)
A list of Filter
objects, which is used in the ListUsers
and ListGroups
requests.
filters
- A list of Filter
objects, which is used in the ListUsers
and
ListGroups
requests.public String toString()
toString
in class Object
Object.toString()
public ListGroupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()