public class UpdateRuleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
UpdateRuleRequest()  | 
UpdateRuleRequest(UpdateRuleRequest 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 | 
getDescription()
Get Rule description, which can contain up to 200 characters of any type. 
 | 
Boolean | 
getEnable()
Get Switch. 
 | 
String | 
getEventBusId()
Get Event bus ID 
 | 
String | 
getEventPattern()
Get See [CKafka Target](https://intl.cloud.tencent.com/document/product/1359/56084?from_cn_redirect=1) 
 | 
String | 
getRuleId()
Get Event rule ID 
 | 
String | 
getRuleName()
Get Event rule name, which can contain 2–60 letters, digits, underscores, and hyphens and must start with a letter and end with a digit or letter 
 | 
void | 
setDescription(String Description)
Set Rule description, which can contain up to 200 characters of any type. 
 | 
void | 
setEnable(Boolean Enable)
Set Switch. 
 | 
void | 
setEventBusId(String EventBusId)
Set Event bus ID 
 | 
void | 
setEventPattern(String EventPattern)
Set See [CKafka Target](https://intl.cloud.tencent.com/document/product/1359/56084?from_cn_redirect=1) 
 | 
void | 
setRuleId(String RuleId)
Set Event rule ID 
 | 
void | 
setRuleName(String RuleName)
Set Event rule name, which can contain 2–60 letters, digits, underscores, and hyphens and must start with a letter and end with a digit or letter 
 | 
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 UpdateRuleRequest()
public UpdateRuleRequest(UpdateRuleRequest source)
public String getRuleId()
public void setRuleId(String RuleId)
RuleId - Event rule IDpublic String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId - Event bus IDpublic Boolean getEnable()
public void setEnable(Boolean Enable)
Enable - Switch.public String getDescription()
public void setDescription(String Description)
Description - Rule description, which can contain up to 200 characters of any type.public String getEventPattern()
public void setEventPattern(String EventPattern)
EventPattern - See [CKafka Target](https://intl.cloud.tencent.com/document/product/1359/56084?from_cn_redirect=1)public String getRuleName()
public void setRuleName(String RuleName)
RuleName - Event rule name, which can contain 2–60 letters, digits, underscores, and hyphens and must start with a letter and end with a digit or letterCopyright © 2025. All rights reserved.