public class CreateOrganizationMemberPolicyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateOrganizationMemberPolicyRequest() |
CreateOrganizationMemberPolicyRequest(CreateOrganizationMemberPolicyRequest 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 |
getDescription()
Get Description.
|
Long |
getIdentityId()
Get Member access identity ID, which can be obtained through the `DescribeOrganizationMemberAuthIdentities` API.
|
Long |
getMemberUin()
Get Member UIN.
|
String |
getPolicyName()
Get Policy name, which can contain up to 128 letters, digits, and symbols `+=,.@_-`.
|
void |
setDescription(String Description)
Set Description.
|
void |
setIdentityId(Long IdentityId)
Set Member access identity ID, which can be obtained through the `DescribeOrganizationMemberAuthIdentities` API.
|
void |
setMemberUin(Long MemberUin)
Set Member UIN.
|
void |
setPolicyName(String PolicyName)
Set Policy name, which can contain up to 128 letters, digits, and symbols `+=,.@_-`.
|
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 CreateOrganizationMemberPolicyRequest()
public CreateOrganizationMemberPolicyRequest(CreateOrganizationMemberPolicyRequest source)
public Long getMemberUin()
public void setMemberUin(Long MemberUin)
MemberUin
- Member UIN.public String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName
- Policy name, which can contain up to 128 letters, digits, and symbols `+=,.@_-`.public Long getIdentityId()
public void setIdentityId(Long IdentityId)
IdentityId
- Member access identity ID, which can be obtained through the `DescribeOrganizationMemberAuthIdentities` API.public String getDescription()
public void setDescription(String Description)
Description
- Description.Copyright © 2024. All rights reserved.