public class DeleteSpecifyPrivateZoneVpcRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteSpecifyPrivateZoneVpcRequest() | 
| DeleteSpecifyPrivateZoneVpcRequest(DeleteSpecifyPrivateZoneVpcRequest 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 | 
| Boolean | getSync()Get 是否为同步操作 | 
| VpcInfo[] | getVpcSet()Get 本次删除的VPC | 
| String | getZoneId()Get 私有域id | 
| void | setAccountVpcSet(AccountVpcInfo[] AccountVpcSet)Set 本次删除的关联账户VPC | 
| void | setSync(Boolean Sync)Set 是否为同步操作 | 
| 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 DeleteSpecifyPrivateZoneVpcRequest()
public DeleteSpecifyPrivateZoneVpcRequest(DeleteSpecifyPrivateZoneVpcRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 私有域idpublic VpcInfo[] getVpcSet()
public void setVpcSet(VpcInfo[] VpcSet)
VpcSet - 本次删除的VPCpublic AccountVpcInfo[] getAccountVpcSet()
public void setAccountVpcSet(AccountVpcInfo[] AccountVpcSet)
AccountVpcSet - 本次删除的关联账户VPCpublic Boolean getSync()
public void setSync(Boolean Sync)
Sync - 是否为同步操作Copyright © 2025. All rights reserved.