Class GetAutoscalingPolicyRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.autoscaling.GetAutoscalingPolicyRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class GetAutoscalingPolicyRequest extends RequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetAutoscalingPolicyRequest.BuilderBuilder forGetAutoscalingPolicyRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static Endpoint<GetAutoscalingPolicyRequest,GetAutoscalingPolicyResponse,ElasticsearchError>ENDPOINTEndpoint "autoscaling.get_autoscaling_policy". -
Constructor Summary
Constructors Constructor Description GetAutoscalingPolicyRequest(GetAutoscalingPolicyRequest.Builder builder)GetAutoscalingPolicyRequest(java.util.function.Function<GetAutoscalingPolicyRequest.Builder,GetAutoscalingPolicyRequest.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Stringname()the name of the autoscaling policyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENDPOINT
public static final Endpoint<GetAutoscalingPolicyRequest,GetAutoscalingPolicyResponse,ElasticsearchError> ENDPOINTEndpoint "autoscaling.get_autoscaling_policy".
-
-
Constructor Details
-
GetAutoscalingPolicyRequest
-
GetAutoscalingPolicyRequest
public GetAutoscalingPolicyRequest(java.util.function.Function<GetAutoscalingPolicyRequest.Builder,GetAutoscalingPolicyRequest.Builder> fn)
-
-
Method Details
-
name
public java.lang.String name()the name of the autoscaling policyAPI name:
name
-