public class LambdaAction
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes an action to invoke a Lambda function.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
functionArn
The ARN of the Lambda function.
|
Constructor and Description |
---|
LambdaAction() |
Modifier and Type | Method and Description |
---|---|
LambdaAction |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFunctionArn()
The ARN of the Lambda function.
|
int |
hashCode() |
void |
setFunctionArn(java.lang.String functionArn)
The ARN of the Lambda function.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LambdaAction |
withFunctionArn(java.lang.String functionArn)
The ARN of the Lambda function.
|
public void setFunctionArn(java.lang.String functionArn)
The ARN of the Lambda function.
functionArn
- The ARN of the Lambda function.public java.lang.String getFunctionArn()
The ARN of the Lambda function.
public LambdaAction withFunctionArn(java.lang.String functionArn)
The ARN of the Lambda function.
functionArn
- The ARN of the Lambda function.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public LambdaAction clone()
clone
in class java.lang.Object