@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionStartedEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ExecutionStartedEventDetails() |
Modifier and Type | Method and Description |
---|---|
ExecutionStartedEventDetails |
clone() |
boolean |
equals(Object obj) |
String |
getInput()
The JSON data input to the execution.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInput(String input)
The JSON data input to the execution.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ExecutionStartedEventDetails |
withInput(String input)
The JSON data input to the execution.
|
ExecutionStartedEventDetails |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.
|
public void setInput(String input)
The JSON data input to the execution.
input
- The JSON data input to the execution.public String getInput()
The JSON data input to the execution.
public ExecutionStartedEventDetails withInput(String input)
The JSON data input to the execution.
input
- The JSON data input to the execution.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.
roleArn
- The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.
public ExecutionStartedEventDetails withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.
roleArn
- The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.public String toString()
toString
in class Object
Object.toString()
public ExecutionStartedEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2017. All rights reserved.