public class ModifyDBInstanceNameRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyDBInstanceNameRequest() |
ModifyDBInstanceNameRequest(ModifyDBInstanceNameRequest 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 |
getDBInstanceId()
Get Database instance ID in the format of postgres-6fego161
|
String |
getInstanceName()
Get Instance name, which can contain up to 60 letters, digits, hyphens, and symbols (_-).
|
void |
setDBInstanceId(String DBInstanceId)
Set Database instance ID in the format of postgres-6fego161
|
void |
setInstanceName(String InstanceName)
Set Instance name, which can contain up to 60 letters, digits, hyphens, and symbols (_-).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyDBInstanceNameRequest()
public ModifyDBInstanceNameRequest(ModifyDBInstanceNameRequest source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- Database instance ID in the format of postgres-6fego161public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName
- Instance name, which can contain up to 60 letters, digits, hyphens, and symbols (_-). If this parameter is not specified, "Unnamed" will be displayed by default.Copyright © 2024. All rights reserved.