public class DeleteAccountRequest extends AbstractModel
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 Access host allowed for a user
|
String |
getInstanceId()
Get Instance ID in the format of dcdbt-ow728lmc, which can be obtained through the `DescribeDCDBInstances` API.
|
String |
getUserName()
Get Username
|
void |
setHost(String Host)
Set Access host allowed for a user
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of dcdbt-ow728lmc, which can be obtained through the `DescribeDCDBInstances` API.
|
void |
setUserName(String UserName)
Set 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 DeleteAccountRequest()
public DeleteAccountRequest(DeleteAccountRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of dcdbt-ow728lmc, which can be obtained through the `DescribeDCDBInstances` API.public String getUserName()
public void setUserName(String UserName)
UserName
- Usernamepublic String getHost()
public void setHost(String Host)
Host
- Access host allowed for a userCopyright © 2021. All rights reserved.