public static final class DescribeAsyncTasksResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeAsyncTasksResponseBody.Builder |
asyncTasks(List<DescribeAsyncTasksResponseBody.AsyncTasks> asyncTasks)
An array that consists of the details of the asynchronous export tasks.
|
DescribeAsyncTasksResponseBody |
build() |
DescribeAsyncTasksResponseBody.Builder |
requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
|
DescribeAsyncTasksResponseBody.Builder |
totalCount(Integer totalCount)
The total number of asynchronous export tasks that are returned.
|
public DescribeAsyncTasksResponseBody.Builder asyncTasks(List<DescribeAsyncTasksResponseBody.AsyncTasks> asyncTasks)
An array that consists of the details of the asynchronous export tasks.
public DescribeAsyncTasksResponseBody.Builder requestId(String requestId)
The ID of the request, which is used to locate and troubleshoot issues.
example:6623EA1F-30FB-5BC8-BEC9-74D55F6F08F1
public DescribeAsyncTasksResponseBody.Builder totalCount(Integer totalCount)
The total number of asynchronous export tasks that are returned.
example:1
public DescribeAsyncTasksResponseBody build()
Copyright © 2026. All rights reserved.