public class LambdaAction
extends java.lang.Object
implements java.io.Serializable
Describes an action to invoke a Lambda function.
Constructor and Description |
---|
LambdaAction() |
Modifier and Type | Method and Description |
---|---|
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 java.lang.String getFunctionArn()
The ARN of the Lambda function.
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 LambdaAction withFunctionArn(java.lang.String functionArn)
The ARN of the Lambda function.
Returns a reference to this object so that method calls can be chained together.
functionArn
- The ARN of the Lambda function.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.