@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsLambdaTransformation extends Object implements Serializable, Cloneable
Lambda function used to transform objects through an Object Lambda Access Point.
Constructor and Description |
---|
AwsLambdaTransformation() |
Modifier and Type | Method and Description |
---|---|
AwsLambdaTransformation |
clone() |
boolean |
equals(Object obj) |
String |
getFunctionArn()
The Amazon Resource Name (ARN) of the Lambda function.
|
String |
getFunctionPayload()
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
|
int |
hashCode() |
void |
setFunctionArn(String functionArn)
The Amazon Resource Name (ARN) of the Lambda function.
|
void |
setFunctionPayload(String functionPayload)
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
|
String |
toString()
Returns a string representation of this object.
|
AwsLambdaTransformation |
withFunctionArn(String functionArn)
The Amazon Resource Name (ARN) of the Lambda function.
|
AwsLambdaTransformation |
withFunctionPayload(String functionPayload)
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
|
public void setFunctionArn(String functionArn)
The Amazon Resource Name (ARN) of the Lambda function.
functionArn
- The Amazon Resource Name (ARN) of the Lambda function.public String getFunctionArn()
The Amazon Resource Name (ARN) of the Lambda function.
public AwsLambdaTransformation withFunctionArn(String functionArn)
The Amazon Resource Name (ARN) of the Lambda function.
functionArn
- The Amazon Resource Name (ARN) of the Lambda function.public void setFunctionPayload(String functionPayload)
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
functionPayload
- Additional JSON that provides supplemental data to the Lambda function used to transform objects.public String getFunctionPayload()
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
public AwsLambdaTransformation withFunctionPayload(String functionPayload)
Additional JSON that provides supplemental data to the Lambda function used to transform objects.
functionPayload
- Additional JSON that provides supplemental data to the Lambda function used to transform objects.public String toString()
toString
in class Object
Object.toString()
public AwsLambdaTransformation clone()