public class ModifyAccountDescriptionRequest extends AbstractModel
Constructor and Description |
---|
ModifyAccountDescriptionRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get New account remarks, which can contain 0-256 characters.
|
String |
getHost()
Get Access host allowed for user.
|
String |
getInstanceId()
Get Instance ID, which is in the format of `tdsql-ow728lmc` and can be obtained through the `DescribeDBInstances` API.
|
String |
getUserName()
Get Login username.
|
void |
setDescription(String Description)
Set New account remarks, which can contain 0-256 characters.
|
void |
setHost(String Host)
Set Access host allowed for user.
|
void |
setInstanceId(String InstanceId)
Set Instance ID, which is in the format of `tdsql-ow728lmc` and can be obtained through the `DescribeDBInstances` API.
|
void |
setUserName(String UserName)
Set Login username.
|
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 String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID, which is in the format of `tdsql-ow728lmc` and can be obtained through the `DescribeDBInstances` API.public String getUserName()
public void setUserName(String UserName)
UserName
- Login username.public String getHost()
public void setHost(String Host)
Host
- Access host allowed for user. An account is uniquely identified by username and host.public String getDescription()
public void setDescription(String Description)
Description
- New account remarks, which can contain 0-256 characters.Copyright © 2020. All rights reserved.