@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGroupMembershipsForMemberRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListGroupMembershipsForMemberRequest() |
Modifier and Type | Method and Description |
---|---|
ListGroupMembershipsForMemberRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getIdentityStoreId()
The globally unique identifier for the identity store.
|
Integer |
getMaxResults()
The maximum number of results to be returned per request.
|
MemberId |
getMemberId()
An object that contains the identifier of a group member.
|
String |
getNextToken()
The pagination token used for the
ListUsers , ListGroups , and
ListGroupMemberships API operations. |
int |
hashCode() |
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 |
setMemberId(MemberId memberId)
An object that contains the identifier of a group member.
|
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.
|
ListGroupMembershipsForMemberRequest |
withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
ListGroupMembershipsForMemberRequest |
withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListGroupMembershipsForMemberRequest |
withMemberId(MemberId memberId)
An object that contains the identifier of a group member.
|
ListGroupMembershipsForMemberRequest |
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 ListGroupMembershipsForMemberRequest()
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 ListGroupMembershipsForMemberRequest withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId
- The globally unique identifier for the identity store.public void setMemberId(MemberId memberId)
An object that contains the identifier of a group member. Setting the UserID
field to the specific
identifier for a user indicates that the user is a member of the group.
memberId
- An object that contains the identifier of a group member. Setting the UserID
field to the
specific identifier for a user indicates that the user is a member of the group.public MemberId getMemberId()
An object that contains the identifier of a group member. Setting the UserID
field to the specific
identifier for a user indicates that the user is a member of the group.
UserID
field to the
specific identifier for a user indicates that the user is a member of the group.public ListGroupMembershipsForMemberRequest withMemberId(MemberId memberId)
An object that contains the identifier of a group member. Setting the UserID
field to the specific
identifier for a user indicates that the user is a member of the group.
memberId
- An object that contains the identifier of a group member. Setting the UserID
field to the
specific identifier for a user indicates that the user is a member of the group.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 ListGroupMembershipsForMemberRequest 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
, 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 ListGroupMembershipsForMemberRequest 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 ListGroupMembershipsForMemberRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()