public class ModifyClusterNameRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyClusterNameRequest() | 
| ModifyClusterNameRequest(ModifyClusterNameRequest 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 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, toJsonStringpublic ModifyClusterNameRequest()
public ModifyClusterNameRequest(ModifyClusterNameRequest source)
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 © 2022. All rights reserved.