public static final class InstallMonitoringAgentResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
InstallMonitoringAgentResponseBody |
build() |
InstallMonitoringAgentResponseBody.Builder |
code(String code)
The HTTP status code.
|
InstallMonitoringAgentResponseBody.Builder |
message(String message)
The error message.
|
InstallMonitoringAgentResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
InstallMonitoringAgentResponseBody.Builder |
success(Boolean success)
Indicates whether the call was successful.
|
public InstallMonitoringAgentResponseBody.Builder code(String code)
The HTTP status code.
example:The status code 200 indicates that the call was successful.
200
public InstallMonitoringAgentResponseBody.Builder message(String message)
The error message.
example:The specified resource is not found.
public InstallMonitoringAgentResponseBody.Builder requestId(String requestId)
The ID of the request.
example:0BDAF8A8-04DC-5F0C-90E4-724D42C41945
public InstallMonitoringAgentResponseBody.Builder success(Boolean success)
Indicates whether the call was successful. Valid values:
true
public InstallMonitoringAgentResponseBody build()
Copyright © 2026. All rights reserved.