public class AttachDiskRequest extends com.aliyuncs.RpcAcsRequest<AttachDiskResponse>
| Constructor and Description |
|---|
AttachDiskRequest() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDeleteWithInstance() |
String |
getDevice() |
String |
getDiskId() |
String |
getInstanceId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<AttachDiskResponse> |
getResponseClass() |
void |
setDeleteWithInstance(Boolean deleteWithInstance) |
void |
setDevice(String device) |
void |
setDiskId(String diskId) |
void |
setInstanceId(String instanceId) |
void |
setOwnerAccount(String ownerAccount) |
void |
setOwnerId(Long ownerId) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
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 Long getResourceOwnerId()
public void setResourceOwnerId(Long resourceOwnerId)
public String getInstanceId()
public void setInstanceId(String instanceId)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getOwnerAccount()
public void setOwnerAccount(String ownerAccount)
public String getDiskId()
public void setDiskId(String diskId)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public String getDevice()
public void setDevice(String device)
public Boolean getDeleteWithInstance()
public void setDeleteWithInstance(Boolean deleteWithInstance)
public Class<AttachDiskResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<AttachDiskResponse>Copyright © 2017. All Rights Reserved.