public static final class DescribeInstallCodeResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeInstallCodeResponseBody |
build() |
DescribeInstallCodeResponseBody.Builder |
code(String code)
The status code returned.
|
DescribeInstallCodeResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
public DescribeInstallCodeResponseBody.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 DescribeInstallCodeResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:A4EB8B1C-1DEC-5E18-BCD0-D1BBB393****
public DescribeInstallCodeResponseBody build()
Copyright © 2026. All rights reserved.