public static final class EnableApplicationScalingRuleResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
EnableApplicationScalingRuleResponseBody |
build() |
EnableApplicationScalingRuleResponseBody.Builder |
code(String code)
The HTTP status code.
|
EnableApplicationScalingRuleResponseBody.Builder |
errorCode(String errorCode)
The error code returned if the request failed.
|
EnableApplicationScalingRuleResponseBody.Builder |
message(String message)
The additional information that is returned.
|
EnableApplicationScalingRuleResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
EnableApplicationScalingRuleResponseBody.Builder |
success(Boolean success)
Specifies whether the instances are successfully restarted.
|
EnableApplicationScalingRuleResponseBody.Builder |
traceId(String traceId)
The trace ID that is used to query the details of the request.
|
public EnableApplicationScalingRuleResponseBody.Builder code(String code)
The HTTP status code. Take note of the following rules:
200
public EnableApplicationScalingRuleResponseBody.Builder errorCode(String errorCode)
The error code returned if the request failed. Take note of the following rules:
Null
public EnableApplicationScalingRuleResponseBody.Builder message(String message)
The additional information that is returned. Take note of the following rules:
success
public EnableApplicationScalingRuleResponseBody.Builder requestId(String requestId)
The ID of the request.
example:91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
public EnableApplicationScalingRuleResponseBody.Builder success(Boolean success)
Specifies whether the instances are successfully restarted. Take note of the following rules:
true
public EnableApplicationScalingRuleResponseBody.Builder traceId(String traceId)
The trace ID that is used to query the details of the request.
example:0a98a02315955564772843261e****
public EnableApplicationScalingRuleResponseBody build()
Copyright © 2026. All rights reserved.