Class GetRoleMappingsRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.security.GetRoleMappingsRequest
- All Implemented Interfaces:
ToCopyableBuilder<GetRoleMappingsRequest.Builder,GetRoleMappingsRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class GetRoleMappingsRequest
extends RequestBase
implements ToCopyableBuilder<GetRoleMappingsRequest.Builder,GetRoleMappingsRequest>
Retrieves all role mappings.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetRoleMappingsRequest, GetRoleMappingsResponse, ErrorResponse> Endpoint "security.get_role_mappings". -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()static GetRoleMappingsRequestCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
applyQueryParameters, errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetRoleMappingsRequest,GetRoleMappingsResponse, _ENDPOINTErrorResponse> Endpoint "security.get_role_mappings".
-
-
Method Details
-
of
public static GetRoleMappingsRequest of(Function<GetRoleMappingsRequest.Builder, ObjectBuilder<GetRoleMappingsRequest>> fn) -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<GetRoleMappingsRequest.Builder,GetRoleMappingsRequest> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-