Class ListGroupMembershipsForMemberRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.identitystore.model.IdentitystoreRequest
-
- software.amazon.awssdk.services.identitystore.model.ListGroupMembershipsForMemberRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListGroupMembershipsForMemberRequest.Builder,ListGroupMembershipsForMemberRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListGroupMembershipsForMemberRequest extends IdentitystoreRequest implements ToCopyableBuilder<ListGroupMembershipsForMemberRequest.Builder,ListGroupMembershipsForMemberRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListGroupMembershipsForMemberRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListGroupMembershipsForMemberRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringidentityStoreId()The globally unique identifier for the identity store.IntegermaxResults()The maximum number of results to be returned per request.MemberIdmemberId()An object that contains the identifier of a group member.StringnextToken()The pagination token used for theListUsers,ListGroups, andListGroupMembershipsAPI operations.List<SdkField<?>>sdkFields()static Class<? extends ListGroupMembershipsForMemberRequest.Builder>serializableBuilderClass()ListGroupMembershipsForMemberRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
identityStoreId
public final String identityStoreId()
The globally unique identifier for the identity store.
- Returns:
- The globally unique identifier for the identity store.
-
memberId
public final MemberId memberId()
An object that contains the identifier of a group member. Setting the
UserIDfield to the specific identifier for a user indicates that the user is a member of the group.- Returns:
- An object that contains the identifier of a group member. Setting the
UserIDfield to the specific identifier for a user indicates that the user is a member of the group.
-
maxResults
public final Integer maxResults()
The maximum number of results to be returned per request. This parameter is used in the
ListUsersandListGroupsrequests to specify how many results to return in one page. The length limit is 50 characters.- Returns:
- The maximum number of results to be returned per request. This parameter is used in the
ListUsersandListGroupsrequests to specify how many results to return in one page. The length limit is 50 characters.
-
nextToken
public final String nextToken()
The pagination token used for the
ListUsers,ListGroups, andListGroupMembershipsAPI 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.- Returns:
- The pagination token used for the
ListUsers,ListGroups, andListGroupMembershipsAPI 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.
-
toBuilder
public ListGroupMembershipsForMemberRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListGroupMembershipsForMemberRequest.Builder,ListGroupMembershipsForMemberRequest>- Specified by:
toBuilderin classIdentitystoreRequest
-
builder
public static ListGroupMembershipsForMemberRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListGroupMembershipsForMemberRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-