public class Vpc extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Vpc() | 
| Vpc(Vpc 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 | getCreatedTime()Get 创建时间 | 
| Boolean | getIsDefault()Get 是否为默认VPC | 
| String | getVpcId()Get VpcId | 
| String | getVpcName()Get Vpc名称 | 
| void | setCreatedTime(String CreatedTime)Set 创建时间 | 
| void | setIsDefault(Boolean IsDefault)Set 是否为默认VPC | 
| void | setVpcId(String VpcId)Set VpcId | 
| void | setVpcName(String VpcName)Set Vpc名称 | 
| 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 Vpc()
public Vpc(Vpc source)
public String getVpcName()
public void setVpcName(String VpcName)
VpcName - Vpc名称public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VpcIdpublic String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - 创建时间public Boolean getIsDefault()
public void setIsDefault(Boolean IsDefault)
IsDefault - 是否为默认VPCCopyright © 2025. All rights reserved.