@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaInvokeOperation extends Object implements Serializable, Cloneable
Contains the configuration parameters for a Lambda Invoke
operation.
Constructor and Description |
---|
LambdaInvokeOperation() |
Modifier and Type | Method and Description |
---|---|
LambdaInvokeOperation |
clone() |
boolean |
equals(Object obj) |
String |
getFunctionArn()
The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the
manifest.
|
int |
hashCode() |
void |
setFunctionArn(String functionArn)
The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the
manifest.
|
String |
toString()
Returns a string representation of this object.
|
LambdaInvokeOperation |
withFunctionArn(String functionArn)
The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the
manifest.
|
public void setFunctionArn(String functionArn)
The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.
functionArn
- The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object
in the manifest.public String getFunctionArn()
The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.
public LambdaInvokeOperation withFunctionArn(String functionArn)
The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object in the manifest.
functionArn
- The Amazon Resource Name (ARN) for the Lambda function that the specified job will invoke on every object
in the manifest.public String toString()
toString
in class Object
Object.toString()
public LambdaInvokeOperation clone()