public class AttachUserPolicyRequest extends AbstractModel
Constructor and Description |
---|
AttachUserPolicyRequest() |
AttachUserPolicyRequest(AttachUserPolicyRequest 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 |
getAttachUin()
Get Sub-account UIN
|
Long |
getPolicyId()
Get Policy ID
|
void |
setAttachUin(Long AttachUin)
Set Sub-account UIN
|
void |
setPolicyId(Long PolicyId)
Set Policy ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AttachUserPolicyRequest()
public AttachUserPolicyRequest(AttachUserPolicyRequest source)
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- Policy IDpublic Long getAttachUin()
public void setAttachUin(Long AttachUin)
AttachUin
- Sub-account UINCopyright © 2021. All rights reserved.