public class AccountVpcInfoOut extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AccountVpcInfoOut() | 
| AccountVpcInfoOut(AccountVpcInfoOut 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 | 
|---|---|
| String | getRegion()Get Region: ap-guangzhou, ap-shanghai | 
| String | getUin()Get VPC ID: 123456789 | 
| String | getVpcId()Get VpcId: vpc-xadsafsdasd | 
| String | getVpcName()Get VPC name: testname | 
| void | setRegion(String Region)Set Region: ap-guangzhou, ap-shanghai | 
| void | setUin(String Uin)Set VPC ID: 123456789 | 
| void | setVpcId(String VpcId)Set VpcId: vpc-xadsafsdasd | 
| void | setVpcName(String VpcName)Set VPC name: testname | 
| 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 AccountVpcInfoOut()
public AccountVpcInfoOut(AccountVpcInfoOut source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VpcId: vpc-xadsafsdasdpublic String getRegion()
public void setRegion(String Region)
Region - Region: ap-guangzhou, ap-shanghaipublic String getUin()
public void setUin(String Uin)
Uin - VPC ID: 123456789public String getVpcName()
public void setVpcName(String VpcName)
VpcName - VPC name: testnameCopyright © 2025. All rights reserved.