public class UpdateConnectionRequest extends AbstractModel
Constructor and Description |
---|
UpdateConnectionRequest() |
UpdateConnectionRequest(UpdateConnectionRequest 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 |
getConnectionName()
Get Connector name
|
String |
getDescription()
Get Description
|
Boolean |
getEnable()
Get Switch
|
String |
getEventBusId()
Get Event bus ID
|
void |
setConnectionId(String ConnectionId)
Set Connector ID
|
void |
setConnectionName(String ConnectionName)
Set Connector name
|
void |
setDescription(String Description)
Set Description
|
void |
setEnable(Boolean Enable)
Set Switch
|
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, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UpdateConnectionRequest()
public UpdateConnectionRequest(UpdateConnectionRequest source)
public String getConnectionId()
public void setConnectionId(String ConnectionId)
ConnectionId
- Connector IDpublic String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId
- Event bus IDpublic Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- Switchpublic String getDescription()
public void setDescription(String Description)
Description
- Descriptionpublic String getConnectionName()
public void setConnectionName(String ConnectionName)
ConnectionName
- Connector nameCopyright © 2023. All rights reserved.