Class DeleteDefaultStoreRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.ltr.DeleteDefaultStoreRequest
- All Implemented Interfaces:
ToCopyableBuilder<DeleteDefaultStoreRequest.Builder,DeleteDefaultStoreRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class DeleteDefaultStoreRequest
extends RequestBase
implements ToCopyableBuilder<DeleteDefaultStoreRequest.Builder,DeleteDefaultStoreRequest>
Deletes the default feature store.
-
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 TypeFieldDescriptionEndpoint "ltr.delete_default_store". -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()static DeleteDefaultStoreRequestCreate 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<DeleteDefaultStoreRequest,DeleteDefaultStoreResponse, _ENDPOINTErrorResponse> Endpoint "ltr.delete_default_store".
-
-
Method Details
-
of
public static DeleteDefaultStoreRequest of(Function<DeleteDefaultStoreRequest.Builder, ObjectBuilder<DeleteDefaultStoreRequest>> fn) -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteDefaultStoreRequest.Builder,DeleteDefaultStoreRequest> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-