public class ModifyAccountConfigRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyAccountConfigRequest() |
ModifyAccountConfigRequest(ModifyAccountConfigRequest 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 |
---|---|
ConfigValue[] |
getConfigs()
Get Configuration list.
|
String |
getHost()
Get Account domain name
|
String |
getInstanceId()
Get Instance ID in the format of `tdsqlshard-kpkvq5oj`, which is the same as the one displayed in the TencentDB console.
|
String |
getUserName()
Get Account name
|
void |
setConfigs(ConfigValue[] Configs)
Set Configuration list.
|
void |
setHost(String Host)
Set Account domain name
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of `tdsqlshard-kpkvq5oj`, which is the same as the one displayed in the TencentDB console.
|
void |
setUserName(String UserName)
Set Account name
|
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 ModifyAccountConfigRequest()
public ModifyAccountConfigRequest(ModifyAccountConfigRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of `tdsqlshard-kpkvq5oj`, which is the same as the one displayed in the TencentDB console.public String getUserName()
public void setUserName(String UserName)
UserName
- Account namepublic String getHost()
public void setHost(String Host)
Host
- Account domain namepublic ConfigValue[] getConfigs()
public void setConfigs(ConfigValue[] Configs)
Configs
- Configuration list. Each element in the list is a pair of `Config` and `Value`.Copyright © 2024. All rights reserved.