public class ModifyUserBindWorkloadGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyUserBindWorkloadGroupRequest() |
ModifyUserBindWorkloadGroupRequest(ModifyUserBindWorkloadGroupRequest 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 |
---|---|
BindUser[] |
getBindUsers()
Get The user information of the resource group needs to be bound.
|
String |
getInstanceId()
Get Cluster ID
|
String |
getNewWorkloadGroupName()
Get Name of the resource group bound after modification
|
String |
getOldWorkloadGroupName()
Get Name of the resource group bound before modification
|
void |
setBindUsers(BindUser[] BindUsers)
Set The user information of the resource group needs to be bound.
|
void |
setInstanceId(String InstanceId)
Set Cluster ID
|
void |
setNewWorkloadGroupName(String NewWorkloadGroupName)
Set Name of the resource group bound after modification
|
void |
setOldWorkloadGroupName(String OldWorkloadGroupName)
Set Name of the resource group bound before modification
|
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 ModifyUserBindWorkloadGroupRequest()
public ModifyUserBindWorkloadGroupRequest(ModifyUserBindWorkloadGroupRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster IDpublic BindUser[] getBindUsers()
public void setBindUsers(BindUser[] BindUsers)
BindUsers
- The user information of the resource group needs to be bound. If an account has information of multiple hosts, all information needs to be uploaded.public String getOldWorkloadGroupName()
public void setOldWorkloadGroupName(String OldWorkloadGroupName)
OldWorkloadGroupName
- Name of the resource group bound before modificationpublic String getNewWorkloadGroupName()
public void setNewWorkloadGroupName(String NewWorkloadGroupName)
NewWorkloadGroupName
- Name of the resource group bound after modificationCopyright © 2025. All rights reserved.