public class ModifyBackupPolicyResponse
extends com.aliyuncs.AcsResponse
| Constructor and Description |
|---|
ModifyBackupPolicyResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDBInstanceID() |
String |
getEnableBackupLog() |
String |
getHighSpaceUsageProtection() |
ModifyBackupPolicyResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getLocalLogRetentionHours() |
String |
getLocalLogRetentionSpace() |
String |
getRequestId() |
void |
setDBInstanceID(String dBInstanceID) |
void |
setEnableBackupLog(String enableBackupLog) |
void |
setHighSpaceUsageProtection(String highSpaceUsageProtection) |
void |
setLocalLogRetentionHours(Integer localLogRetentionHours) |
void |
setLocalLogRetentionSpace(String localLogRetentionSpace) |
void |
setRequestId(String requestId) |
public String getRequestId()
public void setRequestId(String requestId)
public String getDBInstanceID()
public void setDBInstanceID(String dBInstanceID)
public String getEnableBackupLog()
public void setEnableBackupLog(String enableBackupLog)
public Integer getLocalLogRetentionHours()
public void setLocalLogRetentionHours(Integer localLogRetentionHours)
public String getLocalLogRetentionSpace()
public void setLocalLogRetentionSpace(String localLogRetentionSpace)
public String getHighSpaceUsageProtection()
public void setHighSpaceUsageProtection(String highSpaceUsageProtection)
public ModifyBackupPolicyResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.