public static final class QueryCustomAuthPermissionResponseBody.Data.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
QueryCustomAuthPermissionResponseBody.Data |
build() |
QueryCustomAuthPermissionResponseBody.Data.Builder |
nextToken(String nextToken)
The token that marks the end position of the previous returned page.
|
QueryCustomAuthPermissionResponseBody.Data.Builder |
results(List<QueryCustomAuthPermissionResponseBody.Results> results)
The response results.
|
public QueryCustomAuthPermissionResponseBody.Data.Builder nextToken(String nextToken)
The token that marks the end position of the previous returned page. To obtain the next batch of data, call the operation again by using the value of NextToken returned by the previous request. If you call this operation for the first time or want to query all results, set NextToken to an empty string.
example:AAAAAV/vsqTyeMlX1MIk7/b6NrZLIlsSVf49O04ac7HAmlBoaYspakK7ZZkR3vRDp5Y9Nz0EmuWYrtF+1qkUwuJzPk/qEto/FGxl5Kd+qdwNt3t8
public QueryCustomAuthPermissionResponseBody.Data.Builder results(List<QueryCustomAuthPermissionResponseBody.Results> results)
The response results.
public QueryCustomAuthPermissionResponseBody.Data build()
Copyright © 2025. All rights reserved.