Package com.amazonaws.services.iot.model
Class LambdaAction
java.lang.Object
com.amazonaws.services.iot.model.LambdaAction
- All Implemented Interfaces:
Serializable
,Cloneable
Describes an action to invoke a Lambda function.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ARN of the Lambda function.int
hashCode()
void
setFunctionArn
(String functionArn) The ARN of the Lambda function.toString()
Returns a string representation of this object; useful for testing and debugging.withFunctionArn
(String functionArn) The ARN of the Lambda function.
-
Constructor Details
-
LambdaAction
public LambdaAction()
-
-
Method Details
-
setFunctionArn
The ARN of the Lambda function.
- Parameters:
functionArn
- The ARN of the Lambda function.
-
getFunctionArn
The ARN of the Lambda function.
- Returns:
- The ARN of the Lambda function.
-
withFunctionArn
The ARN of the Lambda function.
- Parameters:
functionArn
- The ARN of the Lambda function.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-