public class ModifyPrivateZoneVpcRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyPrivateZoneVpcRequest() | 
| ModifyPrivateZoneVpcRequest(ModifyPrivateZoneVpcRequest 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 | 
| VpcInfo[] | getVpcSet()Get List of all VPCs associated with private domain | 
| String | getZoneId()Get Private domain ID | 
| void | setAccountVpcSet(AccountVpcInfo[] AccountVpcSet)Set List of authorized accounts' VPCs to associate with the private domain | 
| void | setVpcSet(VpcInfo[] VpcSet)Set List of all VPCs associated with private domain | 
| 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 ModifyPrivateZoneVpcRequest()
public ModifyPrivateZoneVpcRequest(ModifyPrivateZoneVpcRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Private domain IDpublic VpcInfo[] getVpcSet()
public void setVpcSet(VpcInfo[] VpcSet)
VpcSet - List of all VPCs associated with private domainpublic AccountVpcInfo[] getAccountVpcSet()
public void setAccountVpcSet(AccountVpcInfo[] AccountVpcSet)
AccountVpcSet - List of authorized accounts' VPCs to associate with the private domainCopyright © 2022. All rights reserved.