public class BindOrganizationMemberAuthAccountRequest extends AbstractModel
skipSign
Constructor and Description |
---|
BindOrganizationMemberAuthAccountRequest() |
BindOrganizationMemberAuthAccountRequest(BindOrganizationMemberAuthAccountRequest 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 |
getMemberUin()
Get Member UIN.
|
Long[] |
getOrgSubAccountUins()
Get List of sub-account UINs of the organization admin, which can contain up to five UINs.
|
Long |
getPolicyId()
Get Policy ID, which can be obtained through the `DescribeOrganizationMemberPolicies` API.
|
void |
setMemberUin(Long MemberUin)
Set Member UIN.
|
void |
setOrgSubAccountUins(Long[] OrgSubAccountUins)
Set List of sub-account UINs of the organization admin, which can contain up to five UINs.
|
void |
setPolicyId(Long PolicyId)
Set Policy ID, which can be obtained through the `DescribeOrganizationMemberPolicies` API.
|
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 BindOrganizationMemberAuthAccountRequest()
public BindOrganizationMemberAuthAccountRequest(BindOrganizationMemberAuthAccountRequest source)
public Long getMemberUin()
public void setMemberUin(Long MemberUin)
MemberUin
- Member UIN.public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- Policy ID, which can be obtained through the `DescribeOrganizationMemberPolicies` API.public Long[] getOrgSubAccountUins()
public void setOrgSubAccountUins(Long[] OrgSubAccountUins)
OrgSubAccountUins
- List of sub-account UINs of the organization admin, which can contain up to five UINs.Copyright © 2023. All rights reserved.