public class ModifyRabbitMQServerlessPermissionRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyRabbitMQServerlessPermissionRequest() |
ModifyRabbitMQServerlessPermissionRequest(ModifyRabbitMQServerlessPermissionRequest 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 |
getConfigRegexp()
Get Types of permissions.
|
String |
getInstanceId()
Get instance ID
|
String |
getReadRegexp()
Get Types of permissions.
|
String |
getUser()
Get Specifies the username, which is the user associated with the permission.
|
String |
getVirtualHost()
Get Specifies the vhost name.
|
String |
getWriteRegexp()
Get Types of permissions.
|
void |
setConfigRegexp(String ConfigRegexp)
Set Types of permissions.
|
void |
setInstanceId(String InstanceId)
Set instance ID
|
void |
setReadRegexp(String ReadRegexp)
Set Types of permissions.
|
void |
setUser(String User)
Set Specifies the username, which is the user associated with the permission.
|
void |
setVirtualHost(String VirtualHost)
Set Specifies the vhost name.
|
void |
setWriteRegexp(String WriteRegexp)
Set Types of permissions.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyRabbitMQServerlessPermissionRequest()
public ModifyRabbitMQServerlessPermissionRequest(ModifyRabbitMQServerlessPermissionRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- instance IDpublic String getUser()
public void setUser(String User)
User
- Specifies the username, which is the user associated with the permission.public String getVirtualHost()
public void setVirtualHost(String VirtualHost)
VirtualHost
- Specifies the vhost name.public String getConfigRegexp()
public void setConfigRegexp(String ConfigRegexp)
ConfigRegexp
- Types of permissions. declare related operations. for the user, it is operable to perform operations on the resource name under the vhost that matches the regular expression.public String getWriteRegexp()
public void setWriteRegexp(String WriteRegexp)
WriteRegexp
- Types of permissions. message write related operations. the user can operate on the resource names under the vhost that match the regular expression.public String getReadRegexp()
public void setReadRegexp(String ReadRegexp)
ReadRegexp
- Types of permissions. message read related operations. the user can operate on the resource name under the vhost that matches the regular expression.Copyright © 2025. All rights reserved.