public static final class DescribeSystemEventAttributeResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSystemEventAttributeResponseBody |
build() |
DescribeSystemEventAttributeResponseBody.Builder |
code(String code)
The HTTP status code.
|
DescribeSystemEventAttributeResponseBody.Builder |
message(String message)
The message that is returned.
|
DescribeSystemEventAttributeResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
DescribeSystemEventAttributeResponseBody.Builder |
success(String success)
Indicates whether the call is successful.
|
DescribeSystemEventAttributeResponseBody.Builder |
systemEvents(DescribeSystemEventAttributeResponseBody.SystemEvents systemEvents)
The details of the event.
|
public DescribeSystemEventAttributeResponseBody.Builder code(String code)
The HTTP status code.
example:The status code 200 indicates that the call is successful.
200
public DescribeSystemEventAttributeResponseBody.Builder message(String message)
The message that is returned. If the call is successful, success is returned. If the call fails, an error message is returned.
success
public DescribeSystemEventAttributeResponseBody.Builder requestId(String requestId)
The ID of the request.
example:60912C8D-B340-4253-ADE7-61ACDFD25CFC
public DescribeSystemEventAttributeResponseBody.Builder success(String success)
Indicates whether the call is successful. Valid values: True: The call is successful. false: The call fails.
example:true
public DescribeSystemEventAttributeResponseBody.Builder systemEvents(DescribeSystemEventAttributeResponseBody.SystemEvents systemEvents)
The details of the event.
public DescribeSystemEventAttributeResponseBody build()
Copyright © 2026. All rights reserved.