public class DetachRolePolicyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DetachRolePolicyRequest()  | 
DetachRolePolicyRequest(DetachRolePolicyRequest 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 | 
getDetachRoleId()
Get Role ID, which is used to specify a role. 
 | 
String | 
getDetachRoleName()
Get Role name, which is used to specify a role. 
 | 
Long | 
getPolicyId()
Get Policy ID. 
 | 
String | 
getPolicyName()
Get Policy name. 
 | 
void | 
setDetachRoleId(String DetachRoleId)
Set Role ID, which is used to specify a role. 
 | 
void | 
setDetachRoleName(String DetachRoleName)
Set Role name, which is used to specify a role. 
 | 
void | 
setPolicyId(Long PolicyId)
Set Policy ID. 
 | 
void | 
setPolicyName(String PolicyName)
Set Policy name. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DetachRolePolicyRequest()
public DetachRolePolicyRequest(DetachRolePolicyRequest source)
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId - Policy ID. Either `PolicyId` or `PolicyName` must be enteredpublic String getDetachRoleId()
public void setDetachRoleId(String DetachRoleId)
DetachRoleId - Role ID, which is used to specify a role. The input parameter is either `DetachRoleId` or `DetachRoleName`.public String getDetachRoleName()
public void setDetachRoleName(String DetachRoleName)
DetachRoleName - Role name, which is used to specify a role. The input parameter is either `DetachRoleId` or `DetachRoleName`.public String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName - Policy name. Either `PolicyId` or `PolicyName` must be enteredCopyright © 2025. All rights reserved.