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 | 
|---|---|
| AccountPassword[] | getAccounts()Get Updated account password information array | 
| String | getInstanceId()Get Database instance ID in the format of mssql-njj2mtpl | 
| void | setAccounts(AccountPassword[] Accounts)Set Updated account password information array | 
| void | setInstanceId(String InstanceId)Set Database instance ID in the format of mssql-njj2mtpl | 
| 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, toJsonStringpublic ResetAccountPasswordRequest()
public ResetAccountPasswordRequest(ResetAccountPasswordRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Database instance ID in the format of mssql-njj2mtplpublic AccountPassword[] getAccounts()
public void setAccounts(AccountPassword[] Accounts)
Accounts - Updated account password information arrayCopyright © 2022. All rights reserved.