@Generated(value="software.amazon.awssdk:codegen") public final class ExecutionStartedEventDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExecutionStartedEventDetails.Builder,ExecutionStartedEventDetails>
Contains details about the start of the execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecutionStartedEventDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionStartedEventDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
input()
The JSON data input to the execution.
|
HistoryEventExecutionDataDetails |
inputDetails()
Contains details about the input for an execution history event.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the IAM role used for executing Lambda tasks.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecutionStartedEventDetails.Builder> |
serializableBuilderClass() |
String |
stateMachineAliasArn()
The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine
execution.
|
String |
stateMachineVersionArn()
The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine
execution.
|
ExecutionStartedEventDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final HistoryEventExecutionDataDetails inputDetails()
Contains details about the input for an execution history event.
public final String roleArn()
The Amazon Resource Name (ARN) of the IAM role used for executing Lambda tasks.
public final String stateMachineAliasArn()
The Amazon Resource Name (ARN) that identifies a state machine alias used for starting the state machine execution.
public final String stateMachineVersionArn()
The Amazon Resource Name (ARN) that identifies a state machine version used for starting the state machine execution.
public ExecutionStartedEventDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecutionStartedEventDetails.Builder,ExecutionStartedEventDetails>public static ExecutionStartedEventDetails.Builder builder()
public static Class<? extends ExecutionStartedEventDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.