public class DetachUserPolicyRequest extends AbstractModel
Constructor and Description |
---|
DetachUserPolicyRequest() |
DetachUserPolicyRequest(DetachUserPolicyRequest 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 |
---|---|
Policy[] |
getPolicySet()
Get 解绑的权限集合
|
String |
getUserId()
Get 用户Id,和CAM侧Uin匹配
|
void |
setPolicySet(Policy[] PolicySet)
Set 解绑的权限集合
|
void |
setUserId(String UserId)
Set 用户Id,和CAM侧Uin匹配
|
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 DetachUserPolicyRequest()
public DetachUserPolicyRequest(DetachUserPolicyRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId
- 用户Id,和CAM侧Uin匹配public Policy[] getPolicySet()
public void setPolicySet(Policy[] PolicySet)
PolicySet
- 解绑的权限集合Copyright © 2022. All rights reserved.