public static class DescribeImageSupportInstanceTypesResponse.InstanceType extends Object
| Constructor and Description |
|---|
DescribeImageSupportInstanceTypesResponse.InstanceType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCpuCoreCount() |
String |
getInstanceTypeFamily() |
String |
getInstanceTypeId() |
Float |
getMemorySize() |
void |
setCpuCoreCount(Integer cpuCoreCount) |
void |
setInstanceTypeFamily(String instanceTypeFamily) |
void |
setInstanceTypeId(String instanceTypeId) |
void |
setMemorySize(Float memorySize) |
public DescribeImageSupportInstanceTypesResponse.InstanceType()
public String getInstanceTypeId()
public void setInstanceTypeId(String instanceTypeId)
public Integer getCpuCoreCount()
public void setCpuCoreCount(Integer cpuCoreCount)
public Float getMemorySize()
public void setMemorySize(Float memorySize)
public String getInstanceTypeFamily()
public void setInstanceTypeFamily(String instanceTypeFamily)
Copyright © 2017. All Rights Reserved.