public class ListRoleConfigurationsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ListRoleConfigurationsRequest() | 
| ListRoleConfigurationsRequest(ListRoleConfigurationsRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFilter()Get 过滤文本。不区分大小写。目前,支持 RoleConfigurationName和Description. | 
| Long[] | getFilterTargets()Get 检索成员账号是否配置过权限,如果配置过返回IsSelected: true, 否则返回false。 | 
| Long | getMaxResults()Get 每页的最大数据条数。  取值范围:1~100。  默认值:10。 | 
| String | getNextToken()Get 查询返回结果下一页的令牌。首次调用 API 不需要NextToken。  当您首次调用 API 时,如果返回数据总条数超过MaxResults限制,数据会被截断,只返回MaxResults条数据,同时,返回参数IsTruncated为true,返回一个NextToken。您可以使用上一次返回的NextToken继续调用 API,其他请求参数保持不变,查询被截断的数据。您可以按此方法多次查询,直到IsTruncated为false,表示全部数据查询完毕。 | 
| String | getPrincipalId()Get 授权的用户UserId或者用户组的GroupId,必须和入参数FilterTargets一起设置 | 
| String | getZoneId()Get 空间 ID。 | 
| void | setFilter(String Filter)Set 过滤文本。不区分大小写。目前,支持 RoleConfigurationName和Description. | 
| void | setFilterTargets(Long[] FilterTargets)Set 检索成员账号是否配置过权限,如果配置过返回IsSelected: true, 否则返回false。 | 
| void | setMaxResults(Long MaxResults)Set 每页的最大数据条数。  取值范围:1~100。  默认值:10。 | 
| void | setNextToken(String NextToken)Set 查询返回结果下一页的令牌。首次调用 API 不需要NextToken。  当您首次调用 API 时,如果返回数据总条数超过MaxResults限制,数据会被截断,只返回MaxResults条数据,同时,返回参数IsTruncated为true,返回一个NextToken。您可以使用上一次返回的NextToken继续调用 API,其他请求参数保持不变,查询被截断的数据。您可以按此方法多次查询,直到IsTruncated为false,表示全部数据查询完毕。 | 
| void | setPrincipalId(String PrincipalId)Set 授权的用户UserId或者用户组的GroupId,必须和入参数FilterTargets一起设置 | 
| void | setZoneId(String ZoneId)Set 空间 ID。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ListRoleConfigurationsRequest()
public ListRoleConfigurationsRequest(ListRoleConfigurationsRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 空间 ID。public String getNextToken()
public void setNextToken(String NextToken)
NextToken - 查询返回结果下一页的令牌。首次调用 API 不需要NextToken。  当您首次调用 API 时,如果返回数据总条数超过MaxResults限制,数据会被截断,只返回MaxResults条数据,同时,返回参数IsTruncated为true,返回一个NextToken。您可以使用上一次返回的NextToken继续调用 API,其他请求参数保持不变,查询被截断的数据。您可以按此方法多次查询,直到IsTruncated为false,表示全部数据查询完毕。public Long getMaxResults()
public void setMaxResults(Long MaxResults)
MaxResults - 每页的最大数据条数。  取值范围:1~100。  默认值:10。public String getFilter()
public void setFilter(String Filter)
Filter - 过滤文本。不区分大小写。目前,支持 RoleConfigurationName和Description. 示例:Filter = "test",表示查询名称或描述里包含 test 的权限配置。public Long[] getFilterTargets()
public void setFilterTargets(Long[] FilterTargets)
FilterTargets - 检索成员账号是否配置过权限,如果配置过返回IsSelected: true, 否则返回false。public String getPrincipalId()
public void setPrincipalId(String PrincipalId)
PrincipalId - 授权的用户UserId或者用户组的GroupId,必须和入参数FilterTargets一起设置Copyright © 2025. All rights reserved.