public class RenameInstanceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RenameInstanceRequest() |
RenameInstanceRequest(RenameInstanceRequest 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.
|
String |
getNewName()
Get Custom instance name.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setNewName(String NewName)
Set Custom instance name.
|
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 RenameInstanceRequest()
public RenameInstanceRequest(RenameInstanceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID. Format: cmgo-p8vnipr5. Log in to the [TencentDB for MongoDB console](https://console.cloud.tencent.com/MongoDB#/) and copy the instance ID from the instance list.public String getNewName()
public void setNewName(String NewName)
NewName
- Custom instance name. It can contain any character, with a length from 1 to 128 characters.Copyright © 2025. All rights reserved.