@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaDataSourceConfig extends Object implements Serializable, Cloneable, StructuredPojo
Describes an Lambda data source configuration.
Constructor and Description |
---|
LambdaDataSourceConfig() |
Modifier and Type | Method and Description |
---|---|
LambdaDataSourceConfig |
clone() |
boolean |
equals(Object obj) |
String |
getLambdaFunctionArn()
The Amazon Resource Name (ARN) for the Lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLambdaFunctionArn(String lambdaFunctionArn)
The Amazon Resource Name (ARN) for the Lambda function.
|
String |
toString()
Returns a string representation of this object.
|
LambdaDataSourceConfig |
withLambdaFunctionArn(String lambdaFunctionArn)
The Amazon Resource Name (ARN) for the Lambda function.
|
public void setLambdaFunctionArn(String lambdaFunctionArn)
The Amazon Resource Name (ARN) for the Lambda function.
lambdaFunctionArn
- The Amazon Resource Name (ARN) for the Lambda function.public String getLambdaFunctionArn()
The Amazon Resource Name (ARN) for the Lambda function.
public LambdaDataSourceConfig withLambdaFunctionArn(String lambdaFunctionArn)
The Amazon Resource Name (ARN) for the Lambda function.
lambdaFunctionArn
- The Amazon Resource Name (ARN) for the Lambda function.public String toString()
toString
in class Object
Object.toString()
public LambdaDataSourceConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.