public class DescribeImageSupportInstanceTypesResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeImageSupportInstanceTypesResponse.InstanceType |
| Constructor and Description |
|---|
DescribeImageSupportInstanceTypesResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImageId() |
DescribeImageSupportInstanceTypesResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
List<DescribeImageSupportInstanceTypesResponse.InstanceType> |
getInstanceTypes() |
String |
getRegionId() |
String |
getRequestId() |
void |
setImageId(String imageId) |
void |
setInstanceTypes(List<DescribeImageSupportInstanceTypesResponse.InstanceType> instanceTypes) |
void |
setRegionId(String regionId) |
void |
setRequestId(String requestId) |
public DescribeImageSupportInstanceTypesResponse()
public String getRequestId()
public void setRequestId(String requestId)
public String getRegionId()
public void setRegionId(String regionId)
public String getImageId()
public void setImageId(String imageId)
public List<DescribeImageSupportInstanceTypesResponse.InstanceType> getInstanceTypes()
public void setInstanceTypes(List<DescribeImageSupportInstanceTypesResponse.InstanceType> instanceTypes)
public DescribeImageSupportInstanceTypesResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2017. All Rights Reserved.