public class CreateTargetRequest extends AbstractModel
Constructor and Description |
---|
CreateTargetRequest() |
CreateTargetRequest(CreateTargetRequest 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 |
getEventBusId()
Get 事件集ID
|
String |
getRuleId()
Get 事件规则ID
|
TargetDescription |
getTargetDescription()
Get 目标描述
|
String |
getType()
Get 目标类型
|
void |
setEventBusId(String EventBusId)
Set 事件集ID
|
void |
setRuleId(String RuleId)
Set 事件规则ID
|
void |
setTargetDescription(TargetDescription TargetDescription)
Set 目标描述
|
void |
setType(String Type)
Set 目标类型
|
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 CreateTargetRequest()
public CreateTargetRequest(CreateTargetRequest source)
public String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId
- 事件集IDpublic String getType()
public void setType(String Type)
Type
- 目标类型public TargetDescription getTargetDescription()
public void setTargetDescription(TargetDescription TargetDescription)
TargetDescription
- 目标描述public String getRuleId()
public void setRuleId(String RuleId)
RuleId
- 事件规则IDCopyright © 2023. All rights reserved.