@Generated(value="software.amazon.awssdk:codegen") public final class LambdaFunctionCompletedEventAttributes extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LambdaFunctionCompletedEventAttributes.Builder> |
serializableBuilderClass() |
Long |
startedEventId()
The ID of the
LambdaFunctionStarted event recorded when this activity task started. |
LambdaFunctionCompletedEventAttributes.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 final 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 final String result()
The results of the Lambda task.
public LambdaFunctionCompletedEventAttributes.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LambdaFunctionCompletedEventAttributes.Builder,LambdaFunctionCompletedEventAttributes>public static LambdaFunctionCompletedEventAttributes.Builder builder()
public static Class<? extends LambdaFunctionCompletedEventAttributes.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.