public static final class RescaleApplicationVerticallyResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
RescaleApplicationVerticallyResponseBody |
build() |
RescaleApplicationVerticallyResponseBody.Builder |
code(String code)
The HTTP status code.
|
RescaleApplicationVerticallyResponseBody.Builder |
data(RescaleApplicationVerticallyResponseBody.Data data)
The response.
|
RescaleApplicationVerticallyResponseBody.Builder |
errorCode(String errorCode)
The error code returned if the request failed.
|
RescaleApplicationVerticallyResponseBody.Builder |
message(String message)
The message returned for the operation.
|
RescaleApplicationVerticallyResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
RescaleApplicationVerticallyResponseBody.Builder |
success(Boolean success)
Indicates whether the instance specifications are changed.
|
RescaleApplicationVerticallyResponseBody.Builder |
traceId(String traceId)
The trace ID that is used to query the details of the request.
|
public RescaleApplicationVerticallyResponseBody.Builder code(String code)
* **2xx**: The call was successful. * **3xx**: The call was redirected. * **4xx**: The call failed. * **5xx**: A server error occurred.
public RescaleApplicationVerticallyResponseBody.Builder data(RescaleApplicationVerticallyResponseBody.Data data)
public RescaleApplicationVerticallyResponseBody.Builder errorCode(String errorCode)
* The **ErrorCode** parameter is not returned if the request succeeds. * The **ErrorCode** parameter is returned if the request fails. For more information, see the **Error codes** section in this topic.
public RescaleApplicationVerticallyResponseBody.Builder message(String message)
public RescaleApplicationVerticallyResponseBody.Builder requestId(String requestId)
public RescaleApplicationVerticallyResponseBody.Builder success(Boolean success)
* **true** * **false**
public RescaleApplicationVerticallyResponseBody.Builder traceId(String traceId)
public RescaleApplicationVerticallyResponseBody build()
Copyright © 2024. All rights reserved.