@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroupMembershipsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListGroupMembershipsRequest() |
Modifier and Type | Method and Description |
---|---|
ListGroupMembershipsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGroupId()
The identifier for a group in the identity store.
|
String |
getIdentityStoreId()
The globally unique identifier for the identity store.
|
Integer |
getMaxResults()
The maximum number of results to be returned per request.
|
String |
getNextToken()
The pagination token used for the
ListUsers , ListGroups and
ListGroupMemberships API operations. |
int |
hashCode() |
void |
setGroupId(String groupId)
The identifier for a group in the identity store.
|
void |
setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
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 , ListGroups and
ListGroupMemberships API operations. |
String |
toString()
Returns a string representation of this object.
|
ListGroupMembershipsRequest |
withGroupId(String groupId)
The identifier for a group in the identity store.
|
ListGroupMembershipsRequest |
withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
ListGroupMembershipsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListGroupMembershipsRequest |
withNextToken(String nextToken)
The pagination token used for the
ListUsers , ListGroups and
ListGroupMemberships 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.
identityStoreId
- The globally unique identifier for the identity store.public String getIdentityStoreId()
The globally unique identifier for the identity store.
public ListGroupMembershipsRequest withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId
- The globally unique identifier for the identity store.public void setGroupId(String groupId)
The identifier for a group in the identity store.
groupId
- The identifier for a group in the identity store.public String getGroupId()
The identifier for a group in the identity store.
public ListGroupMembershipsRequest withGroupId(String groupId)
The identifier for a group in the identity store.
groupId
- The identifier for a group in the identity store.public void setMaxResults(Integer maxResults)
The maximum number of results to be returned per request. This parameter is used in all List
requests to specify how many results to return in one page.
maxResults
- The maximum number of results to be returned per request. This parameter is used in all List
requests to specify how many results to return in one page.public Integer getMaxResults()
The maximum number of results to be returned per request. This parameter is used in all List
requests to specify how many results to return in one page.
List
requests to specify how many results to return in one page.public ListGroupMembershipsRequest withMaxResults(Integer maxResults)
The maximum number of results to be returned per request. This parameter is used in all List
requests to specify how many results to return in one page.
maxResults
- The maximum number of results to be returned per request. This parameter is used in all List
requests to specify how many results to return in one page.public void setNextToken(String nextToken)
The pagination token used for the ListUsers
, ListGroups
and
ListGroupMemberships
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
, ListGroups
and
ListGroupMemberships
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
, ListGroups
and
ListGroupMemberships
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
, ListGroups
and
ListGroupMemberships
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 ListGroupMembershipsRequest withNextToken(String nextToken)
The pagination token used for the ListUsers
, ListGroups
and
ListGroupMemberships
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
, ListGroups
and
ListGroupMemberships
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 toString()
toString
in class Object
Object.toString()
public ListGroupMembershipsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()