public class ImportImageRequest extends com.aliyuncs.RpcAcsRequest<ImportImageResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
ImportImageRequest.DiskDeviceMapping |
| Constructor and Description |
|---|
ImportImageRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArchitecture() |
String |
getDescription() |
List<ImportImageRequest.DiskDeviceMapping> |
getDiskDeviceMappings() |
String |
getImageName() |
String |
getOSType() |
Long |
getOwnerId() |
String |
getPlatform() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<ImportImageResponse> |
getResponseClass() |
String |
getRoleName() |
void |
setArchitecture(String architecture) |
void |
setDescription(String description) |
void |
setDiskDeviceMappings(List<ImportImageRequest.DiskDeviceMapping> diskDeviceMappings) |
void |
setImageName(String imageName) |
void |
setOSType(String oSType) |
void |
setOwnerId(Long ownerId) |
void |
setPlatform(String platform) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
void |
setRoleName(String roleName) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequestconcatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpointType, setLocationProduct, setParameter, setProtocol, setRegionIdgetConnectTimeout, getEncoding, getHeaders, getHeaderValue, getHttpConnection, getHttpContent, getHttpContentType, getMethod, getReadTimeout, getUrl, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setMethod, setReadTimeout, setUrlpublic List<ImportImageRequest.DiskDeviceMapping> getDiskDeviceMappings()
public void setDiskDeviceMappings(List<ImportImageRequest.DiskDeviceMapping> diskDeviceMappings)
public Long getResourceOwnerId()
public void setResourceOwnerId(Long resourceOwnerId)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getImageName()
public void setImageName(String imageName)
public String getRoleName()
public void setRoleName(String roleName)
public String getDescription()
public void setDescription(String description)
public String getOSType()
public void setOSType(String oSType)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public String getPlatform()
public void setPlatform(String platform)
public String getArchitecture()
public void setArchitecture(String architecture)
public Class<ImportImageResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<ImportImageResponse>Copyright © 2017. All Rights Reserved.