@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RegisterConnectorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RegisterConnectorRequest() |
| Modifier and Type | Method and Description |
|---|---|
RegisterConnectorRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConnectorLabel()
The name of the connector.
|
ConnectorProvisioningConfig |
getConnectorProvisioningConfig()
The provisioning type of the connector.
|
String |
getConnectorProvisioningType()
The provisioning type of the connector.
|
String |
getDescription()
A description about the connector that's being registered.
|
int |
hashCode() |
void |
setConnectorLabel(String connectorLabel)
The name of the connector.
|
void |
setConnectorProvisioningConfig(ConnectorProvisioningConfig connectorProvisioningConfig)
The provisioning type of the connector.
|
void |
setConnectorProvisioningType(String connectorProvisioningType)
The provisioning type of the connector.
|
void |
setDescription(String description)
A description about the connector that's being registered.
|
String |
toString()
Returns a string representation of this object.
|
RegisterConnectorRequest |
withConnectorLabel(String connectorLabel)
The name of the connector.
|
RegisterConnectorRequest |
withConnectorProvisioningConfig(ConnectorProvisioningConfig connectorProvisioningConfig)
The provisioning type of the connector.
|
RegisterConnectorRequest |
withConnectorProvisioningType(ConnectorProvisioningType connectorProvisioningType)
The provisioning type of the connector.
|
RegisterConnectorRequest |
withConnectorProvisioningType(String connectorProvisioningType)
The provisioning type of the connector.
|
RegisterConnectorRequest |
withDescription(String description)
A description about the connector that's being registered.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setConnectorLabel(String connectorLabel)
The name of the connector. The name is unique for each ConnectorRegistration in your Amazon Web
Services account.
connectorLabel - The name of the connector. The name is unique for each ConnectorRegistration in your Amazon
Web Services account.public String getConnectorLabel()
The name of the connector. The name is unique for each ConnectorRegistration in your Amazon Web
Services account.
ConnectorRegistration in your Amazon
Web Services account.public RegisterConnectorRequest withConnectorLabel(String connectorLabel)
The name of the connector. The name is unique for each ConnectorRegistration in your Amazon Web
Services account.
connectorLabel - The name of the connector. The name is unique for each ConnectorRegistration in your Amazon
Web Services account.public void setDescription(String description)
A description about the connector that's being registered.
description - A description about the connector that's being registered.public String getDescription()
A description about the connector that's being registered.
public RegisterConnectorRequest withDescription(String description)
A description about the connector that's being registered.
description - A description about the connector that's being registered.public void setConnectorProvisioningType(String connectorProvisioningType)
The provisioning type of the connector. Currently the only supported value is LAMBDA.
connectorProvisioningType - The provisioning type of the connector. Currently the only supported value is LAMBDA.ConnectorProvisioningTypepublic String getConnectorProvisioningType()
The provisioning type of the connector. Currently the only supported value is LAMBDA.
ConnectorProvisioningTypepublic RegisterConnectorRequest withConnectorProvisioningType(String connectorProvisioningType)
The provisioning type of the connector. Currently the only supported value is LAMBDA.
connectorProvisioningType - The provisioning type of the connector. Currently the only supported value is LAMBDA.ConnectorProvisioningTypepublic RegisterConnectorRequest withConnectorProvisioningType(ConnectorProvisioningType connectorProvisioningType)
The provisioning type of the connector. Currently the only supported value is LAMBDA.
connectorProvisioningType - The provisioning type of the connector. Currently the only supported value is LAMBDA.ConnectorProvisioningTypepublic void setConnectorProvisioningConfig(ConnectorProvisioningConfig connectorProvisioningConfig)
The provisioning type of the connector. Currently the only supported value is LAMBDA.
connectorProvisioningConfig - The provisioning type of the connector. Currently the only supported value is LAMBDA.public ConnectorProvisioningConfig getConnectorProvisioningConfig()
The provisioning type of the connector. Currently the only supported value is LAMBDA.
public RegisterConnectorRequest withConnectorProvisioningConfig(ConnectorProvisioningConfig connectorProvisioningConfig)
The provisioning type of the connector. Currently the only supported value is LAMBDA.
connectorProvisioningConfig - The provisioning type of the connector. Currently the only supported value is LAMBDA.public String toString()
toString in class ObjectObject.toString()public RegisterConnectorRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.