public class ListAttachedRolePoliciesRequest extends AbstractModel
| Constructor and Description |
|---|
ListAttachedRolePoliciesRequest() |
ListAttachedRolePoliciesRequest(ListAttachedRolePoliciesRequest 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 |
getKeyword()
Get 搜索关键字
|
Long |
getPage()
Get 页码,从 1 开始
|
String |
getPolicyType()
Get 按策略类型过滤,User表示仅查询自定义策略,QCS表示仅查询预设策略
|
String |
getRoleId()
Get 角色 ID。用于指定角色,入参 RoleId 与 RoleName 二选一
|
String |
getRoleName()
Get 角色名。用于指定角色,入参 RoleId 与 RoleName 二选一
|
Long |
getRp()
Get 每页行数,不能大于200
|
void |
setKeyword(String Keyword)
Set 搜索关键字
|
void |
setPage(Long Page)
Set 页码,从 1 开始
|
void |
setPolicyType(String PolicyType)
Set 按策略类型过滤,User表示仅查询自定义策略,QCS表示仅查询预设策略
|
void |
setRoleId(String RoleId)
Set 角色 ID。用于指定角色,入参 RoleId 与 RoleName 二选一
|
void |
setRoleName(String RoleName)
Set 角色名。用于指定角色,入参 RoleId 与 RoleName 二选一
|
void |
setRp(Long Rp)
Set 每页行数,不能大于200
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ListAttachedRolePoliciesRequest()
public ListAttachedRolePoliciesRequest(ListAttachedRolePoliciesRequest source)
public Long getPage()
public void setPage(Long Page)
Page - 页码,从 1 开始public Long getRp()
public void setRp(Long Rp)
Rp - 每页行数,不能大于200public String getRoleId()
public void setRoleId(String RoleId)
RoleId - 角色 ID。用于指定角色,入参 RoleId 与 RoleName 二选一public String getRoleName()
public void setRoleName(String RoleName)
RoleName - 角色名。用于指定角色,入参 RoleId 与 RoleName 二选一public String getPolicyType()
public void setPolicyType(String PolicyType)
PolicyType - 按策略类型过滤,User表示仅查询自定义策略,QCS表示仅查询预设策略public String getKeyword()
public void setKeyword(String Keyword)
Keyword - 搜索关键字Copyright © 2021. All rights reserved.