Class GetUserRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.security.GetUserRequest
- All Implemented Interfaces:
ToCopyableBuilder<GetUserRequest.Builder,GetUserRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class GetUserRequest
extends RequestBase
implements ToCopyableBuilder<GetUserRequest.Builder,GetUserRequest>
Retrieve information about the specified internal user.
-
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<GetUserRequest, GetUserResponse, ErrorResponse> Endpoint "security.get_user". -
Method Summary
Modifier and TypeMethodDescriptionstatic GetUserRequest.Builderbuilder()booleaninthashCode()static GetUserRequestCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.final Stringusername()Required - The name of the user to retrieve.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
Endpoint "security.get_user".
-
-
Method Details
-
of
-
username
Required - The name of the user to retrieve.API name:
username -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<GetUserRequest.Builder,GetUserRequest> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-