Class PutIndexTemplateResponse
java.lang.Object
org.opensearch.client.opensearch._types.AcknowledgedResponseBase
org.opensearch.client.opensearch.indices.PutIndexTemplateResponse
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,ToCopyableBuilder<PutIndexTemplateResponse.Builder,PutIndexTemplateResponse>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class PutIndexTemplateResponse
extends AcknowledgedResponseBase
implements ToCopyableBuilder<PutIndexTemplateResponse.Builder,PutIndexTemplateResponse>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.AcknowledgedResponseBase
AcknowledgedResponseBase.AbstractBuilder<BuilderT extends AcknowledgedResponseBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PutIndexTemplateResponse> Json deserializer forPutIndexTemplateResponse -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()static PutIndexTemplateResponseprotected static voidCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.AcknowledgedResponseBase
acknowledged, serialize, serializeInternal, setupAcknowledgedResponseBaseDeserializerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forPutIndexTemplateResponse
-
-
Method Details
-
of
public static PutIndexTemplateResponse of(Function<PutIndexTemplateResponse.Builder, ObjectBuilder<PutIndexTemplateResponse>> fn) -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<PutIndexTemplateResponse.Builder,PutIndexTemplateResponse> - Returns:
- a new builder instance.
-
builder
-
setupPutIndexTemplateResponseDeserializer
protected static void setupPutIndexTemplateResponseDeserializer(ObjectDeserializer<PutIndexTemplateResponse.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classAcknowledgedResponseBase
-
equals
- Overrides:
equalsin classAcknowledgedResponseBase
-