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 Event bus ID | 
| String | getRuleId()Get Event rule ID | 
| TargetDescription | getTargetDescription()Get Target description | 
| String | getType()Get Target type | 
| void | setEventBusId(String EventBusId)Set Event bus ID | 
| void | setRuleId(String RuleId)Set Event rule ID | 
| void | setTargetDescription(TargetDescription TargetDescription)Set Target description | 
| void | setType(String Type)Set Target type | 
| 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 CreateTargetRequest()
public CreateTargetRequest(CreateTargetRequest source)
public String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId - Event bus IDpublic String getType()
public void setType(String Type)
Type - Target typepublic TargetDescription getTargetDescription()
public void setTargetDescription(TargetDescription TargetDescription)
TargetDescription - Target descriptionpublic String getRuleId()
public void setRuleId(String RuleId)
RuleId - Event rule IDCopyright © 2022. All rights reserved.