public class ModifyPrivateZoneVpcResponse extends AbstractModel
| Constructor and Description | 
|---|
| ModifyPrivateZoneVpcResponse() | 
| ModifyPrivateZoneVpcResponse(ModifyPrivateZoneVpcResponse 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 | 
|---|---|
| AccountVpcInfoOutput[] | getAccountVpcSet()Get List of authorized accounts' VPCs associated with the private domain | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| VpcInfo[] | getVpcSet()Get List of VPCs associated with domain | 
| String | getZoneId()Get Private domain ID, such as zone-xxxxxx | 
| void | setAccountVpcSet(AccountVpcInfoOutput[] AccountVpcSet)Set List of authorized accounts' VPCs associated with the private domain | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setVpcSet(VpcInfo[] VpcSet)Set List of VPCs associated with domain | 
| void | setZoneId(String ZoneId)Set Private domain ID, such as zone-xxxxxx | 
| 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 ModifyPrivateZoneVpcResponse()
public ModifyPrivateZoneVpcResponse(ModifyPrivateZoneVpcResponse source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Private domain ID, such as zone-xxxxxxpublic VpcInfo[] getVpcSet()
public void setVpcSet(VpcInfo[] VpcSet)
VpcSet - List of VPCs associated with domainpublic AccountVpcInfoOutput[] getAccountVpcSet()
public void setAccountVpcSet(AccountVpcInfoOutput[] AccountVpcSet)
AccountVpcSet - List of authorized accounts' VPCs associated with the private domainpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId - The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2021. All rights reserved.