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 Cluster ID | 
| String[] | getRoleIds()Get Role ID. | 
| String[] | getSubaccountUins()Get Sub-account. | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setRoleIds(String[] RoleIds)Set Role ID. | 
| void | setSubaccountUins(String[] SubaccountUins)Set Sub-account. | 
| 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, toJsonStringpublic DescribeClusterCommonNamesRequest()
public DescribeClusterCommonNamesRequest(DescribeClusterCommonNamesRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String[] getSubaccountUins()
public void setSubaccountUins(String[] SubaccountUins)
SubaccountUins - Sub-account. Up to 50 sub-accounts can be passed in at a time.public String[] getRoleIds()
public void setRoleIds(String[] RoleIds)
RoleIds - Role ID. Up to 50 role IDs can be passed in at a time.Copyright © 2023. All rights reserved.