@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 ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLambda(String lambda)
The 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 ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
|
public void setLambda(String lambda)
The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
lambda
- The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.public String getLambda()
The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
public ActionGroupExecutor withLambda(String lambda)
The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.
lambda
- The ARN of the Lambda function containing the business logic that is carried out upon invoking the action.public String toString()
toString
in class Object
Object.toString()
public ActionGroupExecutor clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.