Class GetAutoscalingCapacityResponse
java.lang.Object
co.elastic.clients.elasticsearch.autoscaling.GetAutoscalingCapacityResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GetAutoscalingCapacityResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetAutoscalingCapacityResponse>Json deserializer forGetAutoscalingCapacityResponse -
Method Summary
Modifier and TypeMethodDescriptionof(Function<GetAutoscalingCapacityResponse.Builder, ObjectBuilder<GetAutoscalingCapacityResponse>> fn) final Map<String,AutoscalingDeciders> policies()Required - API name:policiesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupGetAutoscalingCapacityResponseDeserializer(ObjectDeserializer<GetAutoscalingCapacityResponse.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGetAutoscalingCapacityResponse
-
-
Method Details
-
of
-
policies
Required - API name:policies -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetAutoscalingCapacityResponseDeserializer
protected static void setupGetAutoscalingCapacityResponseDeserializer(ObjectDeserializer<GetAutoscalingCapacityResponse.Builder> op)
-