public class ModifyDiskAttributeRequest extends com.aliyuncs.RpcAcsRequest<ModifyDiskAttributeResponse>
| Constructor and Description |
|---|
ModifyDiskAttributeRequest() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDeleteAutoSnapshot() |
Boolean |
getDeleteWithInstance() |
String |
getDescription() |
String |
getDiskId() |
String |
getDiskName() |
Boolean |
getEnableAutoSnapshot() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<ModifyDiskAttributeResponse> |
getResponseClass() |
void |
setDeleteAutoSnapshot(Boolean deleteAutoSnapshot) |
void |
setDeleteWithInstance(Boolean deleteWithInstance) |
void |
setDescription(String description) |
void |
setDiskId(String diskId) |
void |
setDiskName(String diskName) |
void |
setEnableAutoSnapshot(Boolean enableAutoSnapshot) |
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 String getDiskName()
public void setDiskName(String diskName)
public Boolean getDeleteAutoSnapshot()
public void setDeleteAutoSnapshot(Boolean deleteAutoSnapshot)
public Long getResourceOwnerId()
public void setResourceOwnerId(Long resourceOwnerId)
public Boolean getEnableAutoSnapshot()
public void setEnableAutoSnapshot(Boolean enableAutoSnapshot)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getOwnerAccount()
public void setOwnerAccount(String ownerAccount)
public String getDescription()
public void setDescription(String description)
public String getDiskId()
public void setDiskId(String diskId)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public Boolean getDeleteWithInstance()
public void setDeleteWithInstance(Boolean deleteWithInstance)
public Class<ModifyDiskAttributeResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<ModifyDiskAttributeResponse>Copyright © 2017. All Rights Reserved.