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 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsDefault()
Get 是否为默认VPC
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVpcId()
Get VpcId
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVpcName()
Get Vpc名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreatedTime(String CreatedTime)
Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsDefault(Boolean IsDefault)
Set 是否为默认VPC
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVpcId(String VpcId)
Set VpcId
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVpcName(String VpcName)
Set Vpc名称
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public Vpc()
public Vpc(Vpc source)
public String getVpcName()
public void setVpcName(String VpcName)
VpcName
- Vpc名称
注意:此字段可能返回 null,表示取不到有效值。public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VpcId
注意:此字段可能返回 null,表示取不到有效值。public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- 创建时间
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsDefault()
public void setIsDefault(Boolean IsDefault)
IsDefault
- 是否为默认VPC
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.