public class DeleteAccountRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteAccountRequest() |
DeleteAccountRequest(DeleteAccountRequest 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 |
getHost()
Get 用户允许的访问 host
|
String |
getInstanceId()
Get 实例ID,形如:tdsql-ow728lmc,可以通过 DescribeDBInstances 查询实例详情获得。
|
String |
getUserName()
Get 用户名
|
void |
setHost(String Host)
Set 用户允许的访问 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteAccountRequest()
public DeleteAccountRequest(DeleteAccountRequest 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
- 用户允许的访问 hostCopyright © 2024. All rights reserved.