public class ModifyPrivateZoneRequest extends AbstractModel
| 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 | 
getDnsForwardStatus()
Get Whether to enable subdomain recursive DNS. 
 | 
String | 
getRemark()
Get Remarks 
 | 
String | 
getZoneId()
Get Private domain ID 
 | 
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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, DISABLEDCopyright © 2021. All rights reserved.