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