@Generated(value="software.amazon.awssdk:codegen") public class LambdaFunctionTimedOutEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<LambdaFunctionTimedOutEventAttributes.Builder,LambdaFunctionTimedOutEventAttributes>
Provides details of the LambdaFunctionTimedOut event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LambdaFunctionTimedOutEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LambdaFunctionTimedOutEventAttributes.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 LambdaFunctionTimedOutEventAttributes.Builder> |
serializableBuilderClass() |
Long |
startedEventId()
The ID of the
ActivityTaskStarted event that was recorded when this activity task started. |
LambdaFunctionTimeoutType |
timeoutType()
The type of the timeout that caused this event.
|
String |
timeoutTypeAsString()
The type of the timeout that caused this event.
|
LambdaFunctionTimedOutEventAttributes.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 Long startedEventId()
The ID of the ActivityTaskStarted event that was 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.
ActivityTaskStarted event that was 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 LambdaFunctionTimeoutType timeoutType()
The type of the timeout that caused this event.
If the service returns an enum value that is not available in the current SDK version, timeoutType will
return LambdaFunctionTimeoutType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from timeoutTypeAsString().
LambdaFunctionTimeoutTypepublic String timeoutTypeAsString()
The type of the timeout that caused this event.
If the service returns an enum value that is not available in the current SDK version, timeoutType will
return LambdaFunctionTimeoutType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from timeoutTypeAsString().
LambdaFunctionTimeoutTypepublic LambdaFunctionTimedOutEventAttributes.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<LambdaFunctionTimedOutEventAttributes.Builder,LambdaFunctionTimedOutEventAttributes>public static LambdaFunctionTimedOutEventAttributes.Builder builder()
public static Class<? extends LambdaFunctionTimedOutEventAttributes.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.