Class GetAllToolsRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.ml.GetAllToolsRequest
- All Implemented Interfaces:
ToCopyableBuilder<GetAllToolsRequest.Builder,GetAllToolsRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class GetAllToolsRequest
extends RequestBase
implements ToCopyableBuilder<GetAllToolsRequest.Builder,GetAllToolsRequest>
Get tools.
-
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<GetAllToolsRequest, GetAllToolsResponse, ErrorResponse> Endpoint "ml.get_all_tools". -
Method Summary
Modifier and TypeMethodDescriptionstatic GetAllToolsRequest.Builderbuilder()booleaninthashCode()static GetAllToolsRequestCreate 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
Endpoint "ml.get_all_tools".
-
-
Method Details
-
of
public static GetAllToolsRequest of(Function<GetAllToolsRequest.Builder, ObjectBuilder<GetAllToolsRequest>> fn) -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<GetAllToolsRequest.Builder,GetAllToolsRequest> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-