public class CreateBackupRequest extends com.aliyuncs.RpcAcsRequest<CreateBackupResponse>
| Constructor and Description |
|---|
CreateBackupRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackupMethod() |
String |
getBackupStrategy() |
String |
getBackupType() |
String |
getDBInstanceId() |
String |
getDBName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<CreateBackupResponse> |
getResponseClass() |
void |
setBackupMethod(String backupMethod) |
void |
setBackupStrategy(String backupStrategy) |
void |
setBackupType(String backupType) |
void |
setDBInstanceId(String dBInstanceId) |
void |
setDBName(String dBName) |
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, getProductDomain, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpoint, setEndpointType, setLocationProduct, setParameter, setProductDomain, setProtocol, setRegionId, signRequestbuildHttpConnection, getConnectTimeout, getEncoding, getHeaders, getHeaderValue, getHttpContent, getHttpContentType, getMethod, getReadTimeout, getSslSocketFactory, getUrl, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setMethod, setReadTimeout, setSslSocketFactory, setUrlpublic String getBackupMethod()
public void setBackupMethod(String backupMethod)
public Long getResourceOwnerId()
public void setResourceOwnerId(Long resourceOwnerId)
public String getBackupStrategy()
public void setBackupStrategy(String backupStrategy)
public String getDBName()
public void setDBName(String dBName)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getOwnerAccount()
public void setOwnerAccount(String ownerAccount)
public String getDBInstanceId()
public void setDBInstanceId(String dBInstanceId)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public String getBackupType()
public void setBackupType(String backupType)
public Class<CreateBackupResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<CreateBackupResponse>Copyright © 2018. All Rights Reserved.