@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 ObjectObject.toString()public TransformationFunction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.