@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransformationLambdaConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A Lambda function that processes documents.
Constructor and Description |
---|
TransformationLambdaConfiguration() |
Modifier and Type | Method and Description |
---|---|
TransformationLambdaConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getLambdaArn()
The function's ARN identifier.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLambdaArn(String lambdaArn)
The function's ARN identifier.
|
String |
toString()
Returns a string representation of this object.
|
TransformationLambdaConfiguration |
withLambdaArn(String lambdaArn)
The function's ARN identifier.
|
public void setLambdaArn(String lambdaArn)
The function's ARN identifier.
lambdaArn
- The function's ARN identifier.public String getLambdaArn()
The function's ARN identifier.
public TransformationLambdaConfiguration withLambdaArn(String lambdaArn)
The function's ARN identifier.
lambdaArn
- The function's ARN identifier.public String toString()
toString
in class Object
Object.toString()
public TransformationLambdaConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.