public class CreatePrivateZoneRequest extends AbstractModel
| Constructor and Description | 
|---|
CreatePrivateZoneRequest()  | 
CreatePrivateZoneRequest(CreatePrivateZoneRequest 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 | 
|---|---|
AccountVpcInfo[] | 
getAccountVpcSet()
Get List of authorized accounts' VPCs to associate with the private domain 
 | 
String | 
getDnsForwardStatus()
Get Whether to enable subdomain recursive DNS. 
 | 
String | 
getDomain()
Get Domain name, which must be in the format of standard TLD 
 | 
String | 
getRemark()
Get Remarks 
 | 
TagInfo[] | 
getTagSet()
Get Tags the private domain when it is created 
 | 
VpcInfo[] | 
getVpcs()
Get Associates the private domain to a VPC when it is created 
 | 
VpcInfo[] | 
getVpcSet()
Get Associates the private domain to a VPC when it is created 
 | 
void | 
setAccountVpcSet(AccountVpcInfo[] AccountVpcSet)
Set List of authorized accounts' VPCs to associate with the private domain 
 | 
void | 
setDnsForwardStatus(String DnsForwardStatus)
Set Whether to enable subdomain recursive DNS. 
 | 
void | 
setDomain(String Domain)
Set Domain name, which must be in the format of standard TLD 
 | 
void | 
setRemark(String Remark)
Set Remarks 
 | 
void | 
setTagSet(TagInfo[] TagSet)
Set Tags the private domain when it is created 
 | 
void | 
setVpcs(VpcInfo[] Vpcs)
Set Associates the private domain to a VPC when it is created 
 | 
void | 
setVpcSet(VpcInfo[] VpcSet)
Set Associates the private domain to a VPC when it is created 
 | 
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 CreatePrivateZoneRequest()
public CreatePrivateZoneRequest(CreatePrivateZoneRequest source)
public String getDomain()
public void setDomain(String Domain)
Domain - Domain name, which must be in the format of standard TLDpublic TagInfo[] getTagSet()
public void setTagSet(TagInfo[] TagSet)
TagSet - Tags the private domain when it is createdpublic VpcInfo[] getVpcSet()
public void setVpcSet(VpcInfo[] VpcSet)
VpcSet - Associates the private domain to a VPC when it is createdpublic 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, DISABLED. Default value: DISABLEDpublic VpcInfo[] getVpcs()
public void setVpcs(VpcInfo[] Vpcs)
Vpcs - Associates the private domain to a VPC when it is createdpublic AccountVpcInfo[] getAccountVpcSet()
public void setAccountVpcSet(AccountVpcInfo[] AccountVpcSet)
AccountVpcSet - List of authorized accounts' VPCs to associate with the private domainCopyright © 2022. All rights reserved.