public class SpecInfo extends AbstractModel
Constructor and Description |
---|
SpecInfo() |
SpecInfo(SpecInfo 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 地域英文编码,对应RegionSet的Region字段
|
SpecItemInfo[] |
getSpecItemInfoList()
Get 规格详细信息列表
|
String[] |
getSupportKMSRegions()
Get 支持KMS的地域
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getZone()
Get 区域英文编码,对应ZoneSet的Zone字段
|
void |
setRegion(String Region)
Set 地域英文编码,对应RegionSet的Region字段
|
void |
setSpecItemInfoList(SpecItemInfo[] SpecItemInfoList)
Set 规格详细信息列表
|
void |
setSupportKMSRegions(String[] SupportKMSRegions)
Set 支持KMS的地域
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setZone(String Zone)
Set 区域英文编码,对应ZoneSet的Zone字段
|
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 SpecInfo()
public SpecInfo(SpecInfo source)
public String getRegion()
public void setRegion(String Region)
Region
- 地域英文编码,对应RegionSet的Region字段public String getZone()
public void setZone(String Zone)
Zone
- 区域英文编码,对应ZoneSet的Zone字段public SpecItemInfo[] getSpecItemInfoList()
public void setSpecItemInfoList(SpecItemInfo[] SpecItemInfoList)
SpecItemInfoList
- 规格详细信息列表public String[] getSupportKMSRegions()
public void setSupportKMSRegions(String[] SupportKMSRegions)
SupportKMSRegions
- 支持KMS的地域
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.