public class ModifyResourcePackageClustersRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyResourcePackageClustersRequest() |
ModifyResourcePackageClustersRequest(ModifyResourcePackageClustersRequest 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[] |
getBindClusterIds()
Get ID of the cluster to be bound
|
String |
getPackageId()
Get The unique ID of a resource pack
|
String[] |
getUnbindClusterIds()
Get ID of the cluster to be unbound
|
void |
setBindClusterIds(String[] BindClusterIds)
Set ID of the cluster to be bound
|
void |
setPackageId(String PackageId)
Set The unique ID of a resource pack
|
void |
setUnbindClusterIds(String[] UnbindClusterIds)
Set ID of the cluster to be unbound
|
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 ModifyResourcePackageClustersRequest()
public ModifyResourcePackageClustersRequest(ModifyResourcePackageClustersRequest source)
public String getPackageId()
public void setPackageId(String PackageId)
PackageId
- The unique ID of a resource packpublic String[] getBindClusterIds()
public void setBindClusterIds(String[] BindClusterIds)
BindClusterIds
- ID of the cluster to be boundpublic String[] getUnbindClusterIds()
public void setUnbindClusterIds(String[] UnbindClusterIds)
UnbindClusterIds
- ID of the cluster to be unboundCopyright © 2024. All rights reserved.