public class ModifyPrivateZoneRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyPrivateZoneRequest() | 
| ModifyPrivateZoneRequest(ModifyPrivateZoneRequest 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 | getCnameSpeedupStatus()Get Whether to enable CNAME flattening. | 
| String | getDnsForwardStatus()Get Whether to enable subdomain recursive DNS. | 
| String | getRemark()Get Remarks | 
| String | getZoneId()Get Private domain ID | 
| void | setCnameSpeedupStatus(String CnameSpeedupStatus)Set Whether to enable CNAME flattening. | 
| void | setDnsForwardStatus(String DnsForwardStatus)Set Whether to enable subdomain recursive DNS. | 
| void | setRemark(String Remark)Set Remarks | 
| void | setZoneId(String ZoneId)Set Private domain ID | 
| 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, toJsonStringpublic ModifyPrivateZoneRequest()
public ModifyPrivateZoneRequest(ModifyPrivateZoneRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Private domain IDpublic String getRemark()
public void setRemark(String Remark)
Remark - Remarkspublic String getDnsForwardStatus()
public void setDnsForwardStatus(String DnsForwardStatus)
DnsForwardStatus - Whether to enable subdomain recursive DNS. Valid values: ENABLED, DISABLEDpublic String getCnameSpeedupStatus()
public void setCnameSpeedupStatus(String CnameSpeedupStatus)
CnameSpeedupStatus - Whether to enable CNAME flattening. Valid values: `ENABLED` and `DISABLED`.Copyright © 2025. All rights reserved.