public class CreateRocketMQClusterRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateRocketMQClusterRequest()  | 
CreateRocketMQClusterRequest(CreateRocketMQClusterRequest 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 | 
getName()
Get Cluster name, which can contain 3–64 letters, digits, hyphens, and underscores 
 | 
String | 
getRemark()
Get Cluster description (up to 128 characters) 
 | 
void | 
setName(String Name)
Set Cluster name, which can contain 3–64 letters, digits, hyphens, and underscores 
 | 
void | 
setRemark(String Remark)
Set Cluster description (up to 128 characters) 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateRocketMQClusterRequest()
public CreateRocketMQClusterRequest(CreateRocketMQClusterRequest source)
public String getName()
public void setName(String Name)
Name - Cluster name, which can contain 3–64 letters, digits, hyphens, and underscorespublic String getRemark()
public void setRemark(String Remark)
Remark - Cluster description (up to 128 characters)Copyright © 2025. All rights reserved.