public class ResetAccountPasswordRequest extends AbstractModel
Constructor and Description |
---|
ResetAccountPasswordRequest() |
ResetAccountPasswordRequest(ResetAccountPasswordRequest 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 |
getDBInstanceId()
Get 实例ID,形如postgres-4wdeb0zv
|
String |
getPassword()
Get UserName账户对应的新密码
|
String |
getUserName()
Get 实例账户名
|
void |
setDBInstanceId(String DBInstanceId)
Set 实例ID,形如postgres-4wdeb0zv
|
void |
setPassword(String Password)
Set UserName账户对应的新密码
|
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 ResetAccountPasswordRequest()
public ResetAccountPasswordRequest(ResetAccountPasswordRequest source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId
- 实例ID,形如postgres-4wdeb0zvpublic String getUserName()
public void setUserName(String UserName)
UserName
- 实例账户名public String getPassword()
public void setPassword(String Password)
Password
- UserName账户对应的新密码Copyright © 2023. All rights reserved.