public static final class ListUsersForGroupResponseBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ListUsersForGroupResponseBody |
build() |
ListUsersForGroupResponseBody.Builder |
isTruncated(Boolean isTruncated)
Indicates whether the response is truncated.
|
ListUsersForGroupResponseBody.Builder |
marker(String marker)
The marker.
|
ListUsersForGroupResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
ListUsersForGroupResponseBody.Builder |
users(ListUsersForGroupResponseBody.Users users)
The list of the RAM users.
|
public ListUsersForGroupResponseBody.Builder isTruncated(Boolean isTruncated)
Indicates whether the response is truncated.
example:true
public ListUsersForGroupResponseBody.Builder marker(String marker)
The marker. This parameter is returned only if the value of IsTruncated is true. If the value of IsTruncated is true, you can call this operation again and set marker to obtain the truncated part.
EXAMPLE
public ListUsersForGroupResponseBody.Builder requestId(String requestId)
The ID of the request.
example:4B450CA1-36E8-4AA2-8461-86B42BF4CC4E
public ListUsersForGroupResponseBody.Builder users(ListUsersForGroupResponseBody.Users users)
The list of the RAM users.
public ListUsersForGroupResponseBody build()
Copyright © 2025. All rights reserved.