@Generated(value="software.amazon.awssdk:codegen") public class LambdaFunctionStartedEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<LambdaFunctionStartedEventAttributes.Builder,LambdaFunctionStartedEventAttributes>
Provides the details of the LambdaFunctionStarted event. It isn't set for other event types.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LambdaFunctionStartedEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LambdaFunctionStartedEventAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Long |
scheduledEventId()
The ID of the
LambdaFunctionScheduled event that was recorded when this activity task was scheduled. |
static Class<? extends LambdaFunctionStartedEventAttributes.Builder> |
serializableBuilderClass() |
LambdaFunctionStartedEventAttributes.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic Long scheduledEventId()
The ID of the LambdaFunctionScheduled event that was recorded when this activity task was scheduled.
To help diagnose issues, use this information to trace back the chain of events leading up to this event.
LambdaFunctionScheduled event that was recorded when this activity task was
scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to
this event.public LambdaFunctionStartedEventAttributes.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<LambdaFunctionStartedEventAttributes.Builder,LambdaFunctionStartedEventAttributes>public static LambdaFunctionStartedEventAttributes.Builder builder()
public static Class<? extends LambdaFunctionStartedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.