public static final class DescribeSystemEventAttributeResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
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 system event.
|
public DescribeSystemEventAttributeResponseBody.Builder code(String code)
> The status code 200 indicates that the call is successful.
public DescribeSystemEventAttributeResponseBody.Builder message(String message)
public DescribeSystemEventAttributeResponseBody.Builder requestId(String requestId)
public DescribeSystemEventAttributeResponseBody.Builder success(String success)
public DescribeSystemEventAttributeResponseBody.Builder systemEvents(DescribeSystemEventAttributeResponseBody.SystemEvents systemEvents)
public DescribeSystemEventAttributeResponseBody build()
Copyright © 2023. All rights reserved.