public class DeleteGroupsSTDRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteGroupsSTDRequest() |
DeleteGroupsSTDRequest(DeleteGroupsSTDRequest 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[] |
getGroupNames()
Get User group name array.
|
String |
getInstanceId()
Get Cluster name.
|
void |
setGroupNames(String[] GroupNames)
Set User group name array.
|
void |
setInstanceId(String InstanceId)
Set Cluster name.
|
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, toJsonString
public DeleteGroupsSTDRequest()
public DeleteGroupsSTDRequest(DeleteGroupsSTDRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster name.public String[] getGroupNames()
public void setGroupNames(String[] GroupNames)
GroupNames
- User group name array.Copyright © 2025. All rights reserved.