public static final class UpdateHoneypotPresetResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
UpdateHoneypotPresetResponseBody |
build() |
UpdateHoneypotPresetResponseBody.Builder |
code(String code)
The status code returned.
|
UpdateHoneypotPresetResponseBody.Builder |
httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
|
UpdateHoneypotPresetResponseBody.Builder |
message(String message)
The message returned.
|
UpdateHoneypotPresetResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
UpdateHoneypotPresetResponseBody.Builder |
success(Boolean success)
Indicates whether the request was successful.
|
public UpdateHoneypotPresetResponseBody.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 UpdateHoneypotPresetResponseBody.Builder httpStatusCode(Integer httpStatusCode)
The HTTP status code returned.
example:200
public UpdateHoneypotPresetResponseBody.Builder message(String message)
The message returned.
example:successful
public UpdateHoneypotPresetResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:60922C83-6B19-5A57-8F13-4663C6D391F4
public UpdateHoneypotPresetResponseBody.Builder success(Boolean success)
Indicates whether the request was successful. Valid values:
true
public UpdateHoneypotPresetResponseBody build()
Copyright © 2026. All rights reserved.