public class ModifyDBInstanceSSLRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDBInstanceSSLRequest() |
ModifyDBInstanceSSLRequest(ModifyDBInstanceSSLRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get Instance ID.
|
Long |
getIsKMS()
Get Whether it is protected through KMS encryption.
|
String |
getKeyId()
Get This parameter is required when the value of IsKMS is 1.
|
String |
getKeyRegion()
Get This parameter is required when the value of IsKMS is 1.
|
String |
getType()
Get Operation type.
|
Long |
getWaitSwitch()
Get Operation settings.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setIsKMS(Long IsKMS)
Set Whether it is protected through KMS encryption.
|
void |
setKeyId(String KeyId)
Set This parameter is required when the value of IsKMS is 1.
|
void |
setKeyRegion(String KeyRegion)
Set This parameter is required when the value of IsKMS is 1.
|
void |
setType(String Type)
Set Operation type.
|
void |
setWaitSwitch(Long WaitSwitch)
Set Operation settings.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyDBInstanceSSLRequest()
public ModifyDBInstanceSSLRequest(ModifyDBInstanceSSLRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.public String getType()
public void setType(String Type)
Type
- Operation type. enable - enable SSL; disable - disable SSL; renew - update the validity period of the certificate.public Long getWaitSwitch()
public void setWaitSwitch(Long WaitSwitch)
WaitSwitch
- Operation settings. 0 - execute immediately; 1 - execute within the maintenance time. The default value is 0.public Long getIsKMS()
public void setIsKMS(Long IsKMS)
IsKMS
- Whether it is protected through KMS encryption. 0 - no; 1 - yes. The default value is 0.public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- This parameter is required when the value of IsKMS is 1.public String getKeyRegion()
public void setKeyRegion(String KeyRegion)
KeyRegion
- This parameter is required when the value of IsKMS is 1.Copyright © 2025. All rights reserved.