public class ModifyClusterNameRequest extends AbstractModel
Constructor and Description |
---|
ModifyClusterNameRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get ID of the cluster to be renamed
|
String |
getClusterName()
Get Cluster name to be changed to, which can contain up to 32 letters and digits
|
void |
setClusterId(String ClusterId)
Set ID of the cluster to be renamed
|
void |
setClusterName(String ClusterName)
Set Cluster name to be changed to, which can contain up to 32 letters and digits
|
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 String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- ID of the cluster to be renamedpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- Cluster name to be changed to, which can contain up to 32 letters and digitsCopyright © 2020. All rights reserved.