public static final class PutClusterHealthCheckTaskResponseBody.Builder extends Object
public PutClusterHealthCheckTaskResponseBody.Builder code(Integer code)
The status code. A value of 200 is returned if the request is successful.
example:200
public PutClusterHealthCheckTaskResponseBody.Builder data(Boolean data)
The data returned.
example:null
public PutClusterHealthCheckTaskResponseBody.Builder dynamicCode(String dynamicCode)
The dynamic part in the error message.
example:code
public PutClusterHealthCheckTaskResponseBody.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 PutClusterHealthCheckTaskResponseBody.Builder errorCode(String errorCode)
The error code returned if the request failed.
example:mse-100-000
public PutClusterHealthCheckTaskResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
example:200
public PutClusterHealthCheckTaskResponseBody.Builder message(String message)
The message returned.
The request is successfully processed.
public PutClusterHealthCheckTaskResponseBody.Builder requestId(String requestId)
The ID of the request.
example:5B170A0D-2C5D-4CF8-B808-03966B86****
public PutClusterHealthCheckTaskResponseBody.Builder success(Boolean success)
Indicates whether the request was successful. Valid values:
true: The request was successful.false: The request failed.true
public PutClusterHealthCheckTaskResponseBody build()
Copyright © 2026. All rights reserved.