public class DescribeClusterCommonNamesRequest extends AbstractModel
Constructor and Description |
---|
DescribeClusterCommonNamesRequest() |
DescribeClusterCommonNamesRequest(DescribeClusterCommonNamesRequest 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 |
getClusterId()
Get 集群ID
|
String[] |
getRoleIds()
Get 角色ID列表,不可超出最大值50
|
String[] |
getSubaccountUins()
Get 子账户列表,不可超出最大值50
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setRoleIds(String[] RoleIds)
Set 角色ID列表,不可超出最大值50
|
void |
setSubaccountUins(String[] SubaccountUins)
Set 子账户列表,不可超出最大值50
|
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, toJsonString
public DescribeClusterCommonNamesRequest()
public DescribeClusterCommonNamesRequest(DescribeClusterCommonNamesRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String[] getSubaccountUins()
public void setSubaccountUins(String[] SubaccountUins)
SubaccountUins
- 子账户列表,不可超出最大值50public String[] getRoleIds()
public void setRoleIds(String[] RoleIds)
RoleIds
- 角色ID列表,不可超出最大值50Copyright © 2022. All rights reserved.