public class AddEditAccessControlRuleRequest extends AbstractModel
Constructor and Description |
---|
AddEditAccessControlRuleRequest() |
AddEditAccessControlRuleRequest(AddEditAccessControlRuleRequest 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 |
getEventId()
Get Used only for an allowed item
|
AccessControlRuleInfo |
getRuleInfo()
Get Information of the added policy.
|
void |
setEventId(String EventId)
Set Used only for an allowed item
|
void |
setRuleInfo(AccessControlRuleInfo RuleInfo)
Set Information of the added policy.
|
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 AddEditAccessControlRuleRequest()
public AddEditAccessControlRuleRequest(AddEditAccessControlRuleRequest source)
public AccessControlRuleInfo getRuleInfo()
public void setRuleInfo(AccessControlRuleInfo RuleInfo)
RuleInfo
- Information of the added policy. The policy ID is empty here but cannot be empty when you edit a policy.public String getEventId()
public void setEventId(String EventId)
EventId
- Used only for an allowed itemCopyright © 2023. All rights reserved.