public class DeleteConnectionRequest extends AbstractModel
skipSign| Constructor and Description | 
|---|
| DeleteConnectionRequest() | 
| DeleteConnectionRequest(DeleteConnectionRequest 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 | getConnectionId()Get Connector ID | 
| String | getEventBusId()Get Event bus ID | 
| void | setConnectionId(String ConnectionId)Set Connector ID | 
| void | setEventBusId(String EventBusId)Set Event bus ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteConnectionRequest()
public DeleteConnectionRequest(DeleteConnectionRequest source)
public String getConnectionId()
public void setConnectionId(String ConnectionId)
ConnectionId - Connector IDpublic String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId - Event bus IDCopyright © 2023. All rights reserved.