public class CreateSecurityRulesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateSecurityRulesRequest() |
CreateSecurityRulesRequest(CreateSecurityRulesRequest 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 |
getPolicyId()
Get 安全策略ID
|
SecurityPolicyRuleIn[] |
getRuleList()
Get 访问规则列表
|
void |
setPolicyId(String PolicyId)
Set 安全策略ID
|
void |
setRuleList(SecurityPolicyRuleIn[] RuleList)
Set 访问规则列表
|
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 CreateSecurityRulesRequest()
public CreateSecurityRulesRequest(CreateSecurityRulesRequest source)
public String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId
- 安全策略IDpublic SecurityPolicyRuleIn[] getRuleList()
public void setRuleList(SecurityPolicyRuleIn[] RuleList)
RuleList
- 访问规则列表Copyright © 2024. All rights reserved.