public class ModifyAccountDescriptionRequest extends AbstractModel
Constructor and Description |
---|
ModifyAccountDescriptionRequest() |
ModifyAccountDescriptionRequest(ModifyAccountDescriptionRequest 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 |
getDescription()
Get 新的账号备注,长度 0~256。
|
String |
getHost()
Get 用户允许的访问 host,用户名+host唯一确定一个账号。
|
String |
getInstanceId()
Get 实例 ID,形如:tdsql-ow728lmc,可以通过 DescribeDBInstances 查询实例详情获得。
|
String |
getUserName()
Get 登录用户名。
|
void |
setDescription(String Description)
Set 新的账号备注,长度 0~256。
|
void |
setHost(String Host)
Set 用户允许的访问 host,用户名+host唯一确定一个账号。
|
void |
setInstanceId(String InstanceId)
Set 实例 ID,形如:tdsql-ow728lmc,可以通过 DescribeDBInstances 查询实例详情获得。
|
void |
setUserName(String UserName)
Set 登录用户名。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyAccountDescriptionRequest()
public ModifyAccountDescriptionRequest(ModifyAccountDescriptionRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 ID,形如:tdsql-ow728lmc,可以通过 DescribeDBInstances 查询实例详情获得。public String getUserName()
public void setUserName(String UserName)
UserName
- 登录用户名。public String getHost()
public void setHost(String Host)
Host
- 用户允许的访问 host,用户名+host唯一确定一个账号。public String getDescription()
public void setDescription(String Description)
Description
- 新的账号备注,长度 0~256。Copyright © 2021. All rights reserved.