public class RdsModifyBackupRequest extends AbstractBceRequest
| Constructor and Description |
|---|
RdsModifyBackupRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackupDays() |
String |
getBackupTime() |
Integer |
getExpireInDays() |
String |
getInstanceId() |
Boolean |
getPersistent() |
void |
setBackupDays(String backupDays) |
void |
setBackupTime(String backupTime) |
void |
setExpireInDays(Integer expireInDays) |
void |
setInstanceId(String instanceId) |
void |
setPersistent(Boolean persistent) |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic String getInstanceId()
public void setInstanceId(String instanceId)
public String getBackupDays()
public void setBackupDays(String backupDays)
public String getBackupTime()
public void setBackupTime(String backupTime)
public Boolean getPersistent()
public void setPersistent(Boolean persistent)
public Integer getExpireInDays()
public void setExpireInDays(Integer expireInDays)
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2023. All rights reserved.