public class UpdateClusterKubeconfigRequest extends AbstractModel
Constructor and Description |
---|
UpdateClusterKubeconfigRequest() |
UpdateClusterKubeconfigRequest(UpdateClusterKubeconfigRequest 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[] |
getSubAccounts()
Get 子账户Uin列表,传空默认为调用此接口的SubUin
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setSubAccounts(String[] SubAccounts)
Set 子账户Uin列表,传空默认为调用此接口的SubUin
|
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 UpdateClusterKubeconfigRequest()
public UpdateClusterKubeconfigRequest(UpdateClusterKubeconfigRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic String[] getSubAccounts()
public void setSubAccounts(String[] SubAccounts)
SubAccounts
- 子账户Uin列表,传空默认为调用此接口的SubUinCopyright © 2023. All rights reserved.