public class AccountVpcInfo extends AbstractModel
Constructor and Description |
---|
AccountVpcInfo() |
AccountVpcInfo(AccountVpcInfo 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
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUin()
Get Vpc所属账号: 123456789
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUniqVpcId()
Get VpcId: vpc-xadsafsdasd
|
String |
getVpcName()
Get vpc资源名称:testname
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRegion(String Region)
Set Vpc所属地区: ap-guangzhou, ap-shanghai
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUin(String Uin)
Set Vpc所属账号: 123456789
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUniqVpcId(String UniqVpcId)
Set VpcId: vpc-xadsafsdasd
|
void |
setVpcName(String VpcName)
Set vpc资源名称:testname
注意:此字段可能返回 null,表示取不到有效值。
|
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 AccountVpcInfo()
public AccountVpcInfo(AccountVpcInfo source)
public String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId
- VpcId: vpc-xadsafsdasdpublic String getRegion()
public void setRegion(String Region)
Region
- Vpc所属地区: ap-guangzhou, ap-shanghai
注意:此字段可能返回 null,表示取不到有效值。public String getUin()
public void setUin(String Uin)
Uin
- Vpc所属账号: 123456789
注意:此字段可能返回 null,表示取不到有效值。public String getVpcName()
public void setVpcName(String VpcName)
VpcName
- vpc资源名称:testname
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.