public class DescribeRoleListRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeRoleListRequest() |
DescribeRoleListRequest(DescribeRoleListRequest 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 |
---|---|
Long |
getPage()
Get Page number, beginning from 1
|
Long |
getRp()
Get Number of lines per page, no greater than 200
|
RoleTags[] |
getTags()
Get A parameter used to filter the list of roles under a tag.
|
void |
setPage(Long Page)
Set Page number, beginning from 1
|
void |
setRp(Long Rp)
Set Number of lines per page, no greater than 200
|
void |
setTags(RoleTags[] Tags)
Set A parameter used to filter the list of roles under a tag.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRoleListRequest()
public DescribeRoleListRequest(DescribeRoleListRequest source)
public Long getPage()
public void setPage(Long Page)
Page
- Page number, beginning from 1public Long getRp()
public void setRp(Long Rp)
Rp
- Number of lines per page, no greater than 200public RoleTags[] getTags()
public void setTags(RoleTags[] Tags)
Tags
- A parameter used to filter the list of roles under a tag.Copyright © 2023. All rights reserved.