public class ModifyPrivateZoneVpcRequest extends AbstractModel
header, skipSign| 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 私有域账号关联的全部VPC列表 | 
| VpcInfo[] | getVpcSet()Get 私有域关联的全部VPC列表 | 
| String | getZoneId()Get 私有域ID | 
| void | setAccountVpcSet(AccountVpcInfo[] AccountVpcSet)Set 私有域账号关联的全部VPC列表 | 
| void | setVpcSet(VpcInfo[] VpcSet)Set 私有域关联的全部VPC列表 | 
| void | setZoneId(String ZoneId)Set 私有域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 ModifyPrivateZoneVpcRequest()
public ModifyPrivateZoneVpcRequest(ModifyPrivateZoneVpcRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 私有域IDpublic VpcInfo[] getVpcSet()
public void setVpcSet(VpcInfo[] VpcSet)
VpcSet - 私有域关联的全部VPC列表public AccountVpcInfo[] getAccountVpcSet()
public void setAccountVpcSet(AccountVpcInfo[] AccountVpcSet)
AccountVpcSet - 私有域账号关联的全部VPC列表Copyright © 2025. All rights reserved.