public class ModifyAccountPrivilegesRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ModifyAccountPrivilegesRequest() |
ModifyAccountPrivilegesRequest(ModifyAccountPrivilegesRequest 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。
|
ModifyPrivilege[] |
getModifyPrivilegeSet()
Get 修改的权限信息,支持批量修改,一次最高修改50条。
|
String |
getUserName()
Get 修改此账号对某数据库对象的权限。
|
void |
setDBInstanceId(String DBInstanceId)
Set 实例ID。
|
void |
setModifyPrivilegeSet(ModifyPrivilege[] ModifyPrivilegeSet)
Set 修改的权限信息,支持批量修改,一次最高修改50条。
|
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, toJsonStringpublic ModifyAccountPrivilegesRequest()
public ModifyAccountPrivilegesRequest(ModifyAccountPrivilegesRequest source)
public String getDBInstanceId()
public void setDBInstanceId(String DBInstanceId)
DBInstanceId - 实例ID。public String getUserName()
public void setUserName(String UserName)
UserName - 修改此账号对某数据库对象的权限。public ModifyPrivilege[] getModifyPrivilegeSet()
public void setModifyPrivilegeSet(ModifyPrivilege[] ModifyPrivilegeSet)
ModifyPrivilegeSet - 修改的权限信息,支持批量修改,一次最高修改50条。Copyright © 2024. All rights reserved.