public static final class ListClusterHealthCheckTaskResponseBody.Builder extends Object
public ListClusterHealthCheckTaskResponseBody.Builder code(Integer code)
The status code. A value of 200 is returned if the request was successful.
example:200
public ListClusterHealthCheckTaskResponseBody.Builder data(ListClusterHealthCheckTaskResponseBody.Data data)
The details of the data.
public ListClusterHealthCheckTaskResponseBody.Builder dynamicCode(String dynamicCode)
The dynamic part in the error message.
example:code
public ListClusterHealthCheckTaskResponseBody.Builder dynamicMessage(String dynamicMessage)
The dynamic part in the error message. This parameter is used to replace the **%s** variable in the ErrMessage parameter.
example:If the return value of the ErrMessage parameter is The Value of Input Parameter %s is not valid and the return value of the DynamicMessage parameter is DtsJobId, the specified DtsJobId parameter is invalid.
The specified parameter is invalid.
public ListClusterHealthCheckTaskResponseBody.Builder errorCode(String errorCode)
The error code returned if the request failed. Take note of the following rules:
mse-100-000
public ListClusterHealthCheckTaskResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
example:200
public ListClusterHealthCheckTaskResponseBody.Builder message(String message)
The message returned.
example:The request was successfully processed.
public ListClusterHealthCheckTaskResponseBody.Builder requestId(String requestId)
The ID of the request.
example:4E9FDCFE-0738-493B-B801-82BDFBCB****
public ListClusterHealthCheckTaskResponseBody.Builder success(Boolean success)
Indicates whether the request was successful. Valid values:
true: The request was successful.false: The request failed.true
public ListClusterHealthCheckTaskResponseBody build()
Copyright © 2026. All rights reserved.