@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActionGroupExecutor extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the Lambda function containing the business logic that is carried out upon invoking the action.
| Constructor and Description |
|---|
ActionGroupExecutor() |
| Modifier and Type | Method and Description |
|---|---|
ActionGroupExecutor |
clone() |
boolean |
equals(Object obj) |
String |
getLambda()
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLambda(String lambda)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
String |
toString()
Returns a string representation of this object.
|
ActionGroupExecutor |
withLambda(String lambda)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon
invoking the action.
|
public void setLambda(String lambda)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
lambda - The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out
upon invoking the action.public String getLambda()
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
public ActionGroupExecutor withLambda(String lambda)
The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.
lambda - The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out
upon invoking the action.public String toString()
toString in class ObjectObject.toString()public ActionGroupExecutor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.