public class ModifyDDoSPolicyRequest extends AbstractModel
Constructor and Description |
---|
ModifyDDoSPolicyRequest() |
ModifyDDoSPolicyRequest(ModifyDDoSPolicyRequest 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 |
---|---|
DDoSRule |
getDDoSRule()
Get Details of the DDoS mitigation configuration.
|
Long |
getPolicyId()
Get The policy ID.
|
String |
getZoneId()
Get The site ID.
|
void |
setDDoSRule(DDoSRule DDoSRule)
Set Details of the DDoS mitigation configuration.
|
void |
setPolicyId(Long PolicyId)
Set The policy ID.
|
void |
setZoneId(String ZoneId)
Set The site ID.
|
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 ModifyDDoSPolicyRequest()
public ModifyDDoSPolicyRequest(ModifyDDoSPolicyRequest source)
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- The policy ID.public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- The site ID.public DDoSRule getDDoSRule()
public void setDDoSRule(DDoSRule DDoSRule)
DDoSRule
- Details of the DDoS mitigation configuration.Copyright © 2022. All rights reserved.