@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 AWS Lambda tasks.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecutionStartedEventDetails.Builder> |
serializableBuilderClass() |
ExecutionStartedEventDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 HistoryEventExecutionDataDetails inputDetails()
Contains details about the input for an execution history event.
public String roleArn()
The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.
public ExecutionStartedEventDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecutionStartedEventDetails.Builder,ExecutionStartedEventDetails>public static ExecutionStartedEventDetails.Builder builder()
public static Class<? extends ExecutionStartedEventDetails.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.