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