public class RemoveVpcAcRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RemoveVpcAcRuleRequest() |
RemoveVpcAcRuleRequest(RemoveVpcAcRuleRequest 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[] |
getRuleUuids()
Get 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则
|
void |
setRuleUuids(Long[] RuleUuids)
Set 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则
|
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, toJsonString
public RemoveVpcAcRuleRequest()
public RemoveVpcAcRuleRequest(RemoveVpcAcRuleRequest source)
public Long[] getRuleUuids()
public void setRuleUuids(Long[] RuleUuids)
RuleUuids
- 规则的uuid列表,可通过查询规则列表获取,注意:如果传入的是[-1]将删除所有规则Copyright © 2024. All rights reserved.