public class ReservedInstanceConfigInfoItem extends AbstractModel
| Constructor and Description | 
|---|
| ReservedInstanceConfigInfoItem() | 
| Modifier and Type | Method and Description | 
|---|---|
| ReservedInstanceFamilyItem[] | getInstanceFamilies()Get List of instance families. | 
| Long | getOrder()Get Priority. | 
| String | getType()Get Abbreviation name of the instance type. | 
| String | getTypeName()Get Full name of the instance type. | 
| void | setInstanceFamilies(ReservedInstanceFamilyItem[] InstanceFamilies)Set List of instance families. | 
| void | setOrder(Long Order)Set Priority. | 
| void | setType(String Type)Set Abbreviation name of the instance type. | 
| void | setTypeName(String TypeName)Set Full name of the instance type. | 
| 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, toJsonStringpublic String getType()
public void setType(String Type)
Type - Abbreviation name of the instance type.public String getTypeName()
public void setTypeName(String TypeName)
TypeName - Full name of the instance type.public Long getOrder()
public void setOrder(Long Order)
Order - Priority.public ReservedInstanceFamilyItem[] getInstanceFamilies()
public void setInstanceFamilies(ReservedInstanceFamilyItem[] InstanceFamilies)
InstanceFamilies - List of instance families.Copyright © 2020. All rights reserved.