public class RemoveEnterpriseSecurityGroupRuleRequest extends AbstractModel
Constructor and Description |
---|
RemoveEnterpriseSecurityGroupRuleRequest() |
RemoveEnterpriseSecurityGroupRuleRequest(RemoveEnterpriseSecurityGroupRuleRequest 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 |
getRemoveType()
Get Type of deletion.
|
Long |
getRuleUuid()
Get UUID of the rule, which can be obtained by querying the rule list
|
void |
setRemoveType(Long RemoveType)
Set Type of deletion.
|
void |
setRuleUuid(Long RuleUuid)
Set UUID of the rule, which can be obtained by querying the rule list
|
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 RemoveEnterpriseSecurityGroupRuleRequest()
public RemoveEnterpriseSecurityGroupRuleRequest(RemoveEnterpriseSecurityGroupRuleRequest source)
public Long getRuleUuid()
public void setRuleUuid(Long RuleUuid)
RuleUuid
- UUID of the rule, which can be obtained by querying the rule listpublic Long getRemoveType()
public void setRemoveType(Long RemoveType)
RemoveType
- Type of deletion. 0: delete a single entry, and enter ID of the deleted rule for RuleUuid; 1: delete all, and enter 0 for RuleUuidCopyright © 2023. All rights reserved.