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 Region abbreviation, which corresponds to the `Region` field of `RegionSet`
|
SpecItemInfo[] |
getSpecItemInfoList()
Get Specification details list
|
String[] |
getSupportKMSRegions()
Get Regions where KMS is supported
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getZone()
Get AZ abbreviate, which corresponds to the `Zone` field of `ZoneSet`
|
void |
setRegion(String Region)
Set Region abbreviation, which corresponds to the `Region` field of `RegionSet`
|
void |
setSpecItemInfoList(SpecItemInfo[] SpecItemInfoList)
Set Specification details list
|
void |
setSupportKMSRegions(String[] SupportKMSRegions)
Set Regions where KMS is supported
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setZone(String Zone)
Set AZ abbreviate, which corresponds to the `Zone` field of `ZoneSet`
|
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
- Region abbreviation, which corresponds to the `Region` field of `RegionSet`public String getZone()
public void setZone(String Zone)
Zone
- AZ abbreviate, which corresponds to the `Zone` field of `ZoneSet`public SpecItemInfo[] getSpecItemInfoList()
public void setSpecItemInfoList(SpecItemInfo[] SpecItemInfoList)
SpecItemInfoList
- Specification details listpublic String[] getSupportKMSRegions()
public void setSupportKMSRegions(String[] SupportKMSRegions)
SupportKMSRegions
- Regions where KMS is supported
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.