public static final class UpdateHoneypotProbeResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateHoneypotProbeResponseBody |
build() |
UpdateHoneypotProbeResponseBody.Builder |
code(String code)
The status code returned.
|
UpdateHoneypotProbeResponseBody.Builder |
httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
|
UpdateHoneypotProbeResponseBody.Builder |
message(String message)
The message returned.
|
UpdateHoneypotProbeResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
UpdateHoneypotProbeResponseBody.Builder |
success(Boolean success)
Indicates whether the request was successful.
|
public UpdateHoneypotProbeResponseBody.Builder code(String code)
The status code returned. The status code 200 indicates that the request was successful. Other status codes indicate that the request failed. You can identify the cause of the failure based on the status code.
example:200
public UpdateHoneypotProbeResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
example:200
public UpdateHoneypotProbeResponseBody.Builder message(String message)
The message returned.
example:successful
public UpdateHoneypotProbeResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:AB62FFAA-E1A5-5D7C-8D97-0F16C6A6F520
public UpdateHoneypotProbeResponseBody.Builder success(Boolean success)
Indicates whether the request was successful. Valid values:
true
public UpdateHoneypotProbeResponseBody build()
Copyright © 2026. All rights reserved.