@Generated(value="software.amazon.awssdk:codegen") public final class LambdaFunctionCompletedEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<LambdaFunctionCompletedEventAttributes.Builder,LambdaFunctionCompletedEventAttributes>
Provides the details of the LambdaFunctionCompleted
event. It isn't set for other event types.
Modifier and Type | Class and Description |
---|---|
static interface |
LambdaFunctionCompletedEventAttributes.Builder |
Modifier and Type | Method and Description |
---|---|
static LambdaFunctionCompletedEventAttributes.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 . |
String |
result()
The results of the Lambda task.
|
Long |
scheduledEventId()
The ID of the
LambdaFunctionScheduled event that was recorded when this Lambda task was scheduled. |
static Class<? extends LambdaFunctionCompletedEventAttributes.Builder> |
serializableBuilderClass() |
Long |
startedEventId()
The ID of the
LambdaFunctionStarted event recorded when this activity task started. |
LambdaFunctionCompletedEventAttributes.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Long scheduledEventId()
The ID of the LambdaFunctionScheduled
event that was recorded when this Lambda 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 Lambda task was
scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to
this event.public Long startedEventId()
The ID of the LambdaFunctionStarted
event recorded when this activity task started. To help diagnose
issues, use this information to trace back the chain of events leading up to this event.
LambdaFunctionStarted
event recorded when this activity task started. To help
diagnose issues, use this information to trace back the chain of events leading up to this event.public String result()
The results of the Lambda task.
public LambdaFunctionCompletedEventAttributes.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LambdaFunctionCompletedEventAttributes.Builder,LambdaFunctionCompletedEventAttributes>
public static LambdaFunctionCompletedEventAttributes.Builder builder()
public static Class<? extends LambdaFunctionCompletedEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.