public class CreateConnectionRequest extends AbstractModel
Constructor and Description |
---|
CreateConnectionRequest() |
CreateConnectionRequest(CreateConnectionRequest 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 |
---|---|
ConnectionDescription |
getConnectionDescription()
Get Connector description
|
String |
getConnectionName()
Get Connector name
|
String |
getDescription()
Get Description
|
Boolean |
getEnable()
Get Whether to enable
|
String |
getEventBusId()
Get Event bus ID
|
String |
getType()
Get Type of the connector
|
void |
setConnectionDescription(ConnectionDescription ConnectionDescription)
Set Connector description
|
void |
setConnectionName(String ConnectionName)
Set Connector name
|
void |
setDescription(String Description)
Set Description
|
void |
setEnable(Boolean Enable)
Set Whether to enable
|
void |
setEventBusId(String EventBusId)
Set Event bus ID
|
void |
setType(String Type)
Set Type of the connector
|
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 CreateConnectionRequest()
public CreateConnectionRequest(CreateConnectionRequest source)
public ConnectionDescription getConnectionDescription()
public void setConnectionDescription(ConnectionDescription ConnectionDescription)
ConnectionDescription
- Connector descriptionpublic String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId
- Event bus IDpublic String getConnectionName()
public void setConnectionName(String ConnectionName)
ConnectionName
- Connector namepublic String getDescription()
public void setDescription(String Description)
Description
- Descriptionpublic Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- Whether to enablepublic String getType()
public void setType(String Type)
Type
- Type of the connectorCopyright © 2023. All rights reserved.