public class DescribeUserRolesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeUserRolesRequest() |
DescribeUserRolesRequest(DescribeUserRolesRequest 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 |
getFuzzy()
Get Fuzzy enumeration by arn.
|
Long |
getLimit()
Get The number limit of enumerated user roles.
|
Long |
getOffset()
Get The offset for starting enumeration.
|
String |
getSortBy()
Get The field for sorting the returned results.
|
String |
getSorting()
Get The sorting order, descending or ascending, such as `desc`.
|
void |
setFuzzy(String Fuzzy)
Set Fuzzy enumeration by arn.
|
void |
setLimit(Long Limit)
Set The number limit of enumerated user roles.
|
void |
setOffset(Long Offset)
Set The offset for starting enumeration.
|
void |
setSortBy(String SortBy)
Set The field for sorting the returned results.
|
void |
setSorting(String Sorting)
Set The sorting order, descending or ascending, such as `desc`.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeUserRolesRequest()
public DescribeUserRolesRequest(DescribeUserRolesRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number limit of enumerated user roles.public Long getOffset()
public void setOffset(Long Offset)
Offset
- The offset for starting enumeration.public String getFuzzy()
public void setFuzzy(String Fuzzy)
Fuzzy
- Fuzzy enumeration by arn.public String getSortBy()
public void setSortBy(String SortBy)
SortBy
- The field for sorting the returned results.public String getSorting()
public void setSorting(String Sorting)
Sorting
- The sorting order, descending or ascending, such as `desc`.Copyright © 2024. All rights reserved.