public class ModifyPrivateZoneVpcResponse extends AbstractModel
header, skipSign
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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public 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, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.