@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
input()
The JSON data input to the execution.
|
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String input()
The JSON data input to the execution.
public String roleArn()
The Amazon Resource Name (ARN) of the IAM role used for executing AWS Lambda tasks.
public ExecutionStartedEventDetails.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExecutionStartedEventDetails.Builder,ExecutionStartedEventDetails>
public static ExecutionStartedEventDetails.Builder builder()
public static Class<? extends ExecutionStartedEventDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.