public class ModifyClusterConfigsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyClusterConfigsRequest() | 
| ModifyClusterConfigsRequest(ModifyClusterConfigsRequest 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 | getInstanceId()Get 集群ID,例如cdwch-xxxx | 
| ConfigSubmitContext[] | getModifyConfContext()Get 配置文件修改信息 | 
| String | getRemark()Get 修改原因 | 
| void | setInstanceId(String InstanceId)Set 集群ID,例如cdwch-xxxx | 
| void | setModifyConfContext(ConfigSubmitContext[] ModifyConfContext)Set 配置文件修改信息 | 
| void | setRemark(String Remark)Set 修改原因 | 
| 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 ModifyClusterConfigsRequest()
public ModifyClusterConfigsRequest(ModifyClusterConfigsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 集群ID,例如cdwch-xxxxpublic ConfigSubmitContext[] getModifyConfContext()
public void setModifyConfContext(ConfigSubmitContext[] ModifyConfContext)
ModifyConfContext - 配置文件修改信息public String getRemark()
public void setRemark(String Remark)
Remark - 修改原因Copyright © 2025. All rights reserved.