public class ModifyNatFwVpcDnsSwitchRequest extends AbstractModel
| Constructor and Description | 
|---|
ModifyNatFwVpcDnsSwitchRequest()  | 
ModifyNatFwVpcDnsSwitchRequest(ModifyNatFwVpcDnsSwitchRequest 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 | 
|---|---|
DnsVpcSwitch[] | 
getDnsVpcSwitchLst()
Get DNS toggle list 
 | 
String | 
getNatFwInsId()
Get NAT firewall ID 
 | 
void | 
setDnsVpcSwitchLst(DnsVpcSwitch[] DnsVpcSwitchLst)
Set DNS toggle list 
 | 
void | 
setNatFwInsId(String NatFwInsId)
Set NAT firewall 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 ModifyNatFwVpcDnsSwitchRequest()
public ModifyNatFwVpcDnsSwitchRequest(ModifyNatFwVpcDnsSwitchRequest source)
public String getNatFwInsId()
public void setNatFwInsId(String NatFwInsId)
NatFwInsId - NAT firewall IDpublic DnsVpcSwitch[] getDnsVpcSwitchLst()
public void setDnsVpcSwitchLst(DnsVpcSwitch[] DnsVpcSwitchLst)
DnsVpcSwitchLst - DNS toggle listCopyright © 2022. All rights reserved.