@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.
|
HistoryEventExecutionDataDetails |
getInputDetails()
Contains details about the input for an execution history event.
|
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 |
setInputDetails(HistoryEventExecutionDataDetails inputDetails)
Contains details about the input for an execution history event.
|
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.
|
ExecutionStartedEventDetails |
withInput(String input)
The JSON data input to the execution.
|
ExecutionStartedEventDetails |
withInputDetails(HistoryEventExecutionDataDetails inputDetails)
Contains details about the input for an execution history event.
|
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. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
input
- The JSON data input to the execution. Length constraints apply to the payload size, and are expressed as
bytes in UTF-8 encoding.public String getInput()
The JSON data input to the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
public ExecutionStartedEventDetails withInput(String input)
The JSON data input to the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
input
- The JSON data input to the execution. Length constraints apply to the payload size, and are expressed as
bytes in UTF-8 encoding.public void setInputDetails(HistoryEventExecutionDataDetails inputDetails)
Contains details about the input for an execution history event.
inputDetails
- Contains details about the input for an execution history event.public HistoryEventExecutionDataDetails getInputDetails()
Contains details about the input for an execution history event.
public ExecutionStartedEventDetails withInputDetails(HistoryEventExecutionDataDetails inputDetails)
Contains details about the input for an execution history event.
inputDetails
- Contains details about the input for an execution history event.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.