public static final class CreateApplicationScalingRuleResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateApplicationScalingRuleResponseBody |
build() |
CreateApplicationScalingRuleResponseBody.Builder |
code(String code)
The HTTP status code or the error code.
|
CreateApplicationScalingRuleResponseBody.Builder |
data(CreateApplicationScalingRuleResponseBody.Data data)
The returned result.
|
CreateApplicationScalingRuleResponseBody.Builder |
errorCode(String errorCode)
The status code.
|
CreateApplicationScalingRuleResponseBody.Builder |
message(String message)
The message returned.
|
CreateApplicationScalingRuleResponseBody.Builder |
requestId(String requestId)
Request ID.
|
CreateApplicationScalingRuleResponseBody.Builder |
success(Boolean success)
Indicates whether the application instances were restarted.
|
CreateApplicationScalingRuleResponseBody.Builder |
traceId(String traceId)
The ID of the trace.
|
public CreateApplicationScalingRuleResponseBody.Builder code(String code)
The HTTP status code or the error code. Valid values:
200
public CreateApplicationScalingRuleResponseBody.Builder data(CreateApplicationScalingRuleResponseBody.Data data)
The returned result.
public CreateApplicationScalingRuleResponseBody.Builder errorCode(String errorCode)
The status code. Value values:
public CreateApplicationScalingRuleResponseBody.Builder message(String message)
The message returned. The following limits are imposed on the ID:
success
public CreateApplicationScalingRuleResponseBody.Builder requestId(String requestId)
Request ID.
example:91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
public CreateApplicationScalingRuleResponseBody.Builder success(Boolean success)
Indicates whether the application instances were restarted. Valid values:
true
public CreateApplicationScalingRuleResponseBody.Builder traceId(String traceId)
The ID of the trace. The ID is used to query the details of a request.
example:0a98a02315955564772843261e****
public CreateApplicationScalingRuleResponseBody build()
Copyright © 2026. All rights reserved.