public class AccountVpcInfoOut extends AbstractModel
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 Vpc所属地区: ap-guangzhou, ap-shanghai
|
String |
getUin()
Get Vpc所属账号: 123456789
|
String |
getVpcId()
Get VpcId: vpc-xadsafsdasd
|
String |
getVpcName()
Get vpc资源名称:testname
|
void |
setRegion(String Region)
Set Vpc所属地区: ap-guangzhou, ap-shanghai
|
void |
setUin(String Uin)
Set Vpc所属账号: 123456789
|
void |
setVpcId(String VpcId)
Set VpcId: vpc-xadsafsdasd
|
void |
setVpcName(String VpcName)
Set vpc资源名称:testname
|
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, toJsonString
public 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
- Vpc所属地区: ap-guangzhou, ap-shanghaipublic String getUin()
public void setUin(String Uin)
Uin
- Vpc所属账号: 123456789public String getVpcName()
public void setVpcName(String VpcName)
VpcName
- vpc资源名称:testnameCopyright © 2022. All rights reserved.