@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConnectorProvisioningConfig extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the configuration of the connector being registered.
Constructor and Description |
---|
ConnectorProvisioningConfig() |
Modifier and Type | Method and Description |
---|---|
ConnectorProvisioningConfig |
clone() |
boolean |
equals(Object obj) |
LambdaConnectorProvisioningConfig |
getLambda()
Contains information about the configuration of the lambda which is being registered as the connector.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLambda(LambdaConnectorProvisioningConfig lambda)
Contains information about the configuration of the lambda which is being registered as the connector.
|
String |
toString()
Returns a string representation of this object.
|
ConnectorProvisioningConfig |
withLambda(LambdaConnectorProvisioningConfig lambda)
Contains information about the configuration of the lambda which is being registered as the connector.
|
public void setLambda(LambdaConnectorProvisioningConfig lambda)
Contains information about the configuration of the lambda which is being registered as the connector.
lambda
- Contains information about the configuration of the lambda which is being registered as the connector.public LambdaConnectorProvisioningConfig getLambda()
Contains information about the configuration of the lambda which is being registered as the connector.
public ConnectorProvisioningConfig withLambda(LambdaConnectorProvisioningConfig lambda)
Contains information about the configuration of the lambda which is being registered as the connector.
lambda
- Contains information about the configuration of the lambda which is being registered as the connector.public String toString()
toString
in class Object
Object.toString()
public ConnectorProvisioningConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.