public class DescribeOrganizationMemberPoliciesRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeOrganizationMemberPoliciesRequest() |
DescribeOrganizationMemberPoliciesRequest(DescribeOrganizationMemberPoliciesRequest 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 |
getLimit()
Get Maximum number of returned results.
|
Long |
getMemberUin()
Get Member UIN.
|
Long |
getOffset()
Get Offset.
|
String |
getSearchKey()
Get Search keyword, which can be the policy name or description.
|
void |
setLimit(Long Limit)
Set Maximum number of returned results.
|
void |
setMemberUin(Long MemberUin)
Set Member UIN.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setSearchKey(String SearchKey)
Set Search keyword, which can be the policy name or description.
|
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 DescribeOrganizationMemberPoliciesRequest()
public DescribeOrganizationMemberPoliciesRequest(DescribeOrganizationMemberPoliciesRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum number of returned results. Maximum value: `50`.public Long getMemberUin()
public void setMemberUin(Long MemberUin)
MemberUin
- Member UIN.public String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey
- Search keyword, which can be the policy name or description.Copyright © 2023. All rights reserved.