@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionStartedEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the start of the execution.
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)
Marshalls this structured data using the given
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.