@Generated(value="software.amazon.awssdk:codegen") public final class ListGroupMembershipsRequest extends IdentitystoreRequest implements ToCopyableBuilder<ListGroupMembershipsRequest.Builder,ListGroupMembershipsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListGroupMembershipsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListGroupMembershipsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupId()
The identifier for a group in the identity store.
|
int |
hashCode() |
String |
identityStoreId()
The globally unique identifier for the identity store.
|
Integer |
maxResults()
The maximum number of results to be returned per request.
|
String |
nextToken()
The pagination token used for the
ListUsers, ListGroups and
ListGroupMemberships API operations. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListGroupMembershipsRequest.Builder> |
serializableBuilderClass() |
ListGroupMembershipsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String identityStoreId()
The globally unique identifier for the identity store.
public final String groupId()
The identifier for a group in the identity store.
public final 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.
List
requests to specify how many results to return in one page.public final 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.
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListGroupMembershipsRequest.Builder,ListGroupMembershipsRequest>toBuilder in class IdentitystoreRequestpublic static ListGroupMembershipsRequest.Builder builder()
public static Class<? extends ListGroupMembershipsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.