@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 Lambda tasks.
|
String |
getStateMachineAliasArn()
The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine
execution.
|
String |
getStateMachineVersionArn()
The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine
execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller 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 Lambda tasks.
|
void |
setStateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine
execution.
|
void |
setStateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine
execution.
|
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 Lambda tasks.
|
ExecutionStartedEventDetails |
withStateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine
execution.
|
ExecutionStartedEventDetails |
withStateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine
execution.
|
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 Lambda tasks.
roleArn
- The Amazon Resource Name (ARN) of the IAM role used for executing Lambda tasks.public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM role used for executing Lambda tasks.
public ExecutionStartedEventDetails withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used for executing Lambda tasks.
roleArn
- The Amazon Resource Name (ARN) of the IAM role used for executing Lambda tasks.public void setStateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine execution.
stateMachineAliasArn
- The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine
execution.public String getStateMachineAliasArn()
The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine execution.
public ExecutionStartedEventDetails withStateMachineAliasArn(String stateMachineAliasArn)
The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine execution.
stateMachineAliasArn
- The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine
execution.public void setStateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine execution.
stateMachineVersionArn
- The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine
execution.public String getStateMachineVersionArn()
The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine execution.
public ExecutionStartedEventDetails withStateMachineVersionArn(String stateMachineVersionArn)
The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine execution.
stateMachineVersionArn
- The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine
execution.public String toString()
toString
in class Object
Object.toString()
public ExecutionStartedEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.