public class LambdaFunctionTimedOutEventAttributes
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Provides details for the LambdaFunctionTimedOut
event.
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
scheduledEventId
The ID of the
LambdaFunctionScheduled event that was
recorded when this AWS Lambda function was scheduled. |
private java.lang.Long |
startedEventId
The ID of the
LambdaFunctionStarted event recorded in the
history. |
private java.lang.String |
timeoutType
The type of the timeout that caused this event.
|
Constructor and Description |
---|
LambdaFunctionTimedOutEventAttributes() |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionTimedOutEventAttributes |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getScheduledEventId()
The ID of the
LambdaFunctionScheduled event that was
recorded when this AWS Lambda function was scheduled. |
java.lang.Long |
getStartedEventId()
The ID of the
LambdaFunctionStarted event recorded in the
history. |
java.lang.String |
getTimeoutType()
The type of the timeout that caused this event.
|
int |
hashCode() |
void |
setScheduledEventId(java.lang.Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was
recorded when this AWS Lambda function was scheduled. |
void |
setStartedEventId(java.lang.Long startedEventId)
The ID of the
LambdaFunctionStarted event recorded in the
history. |
void |
setTimeoutType(LambdaFunctionTimeoutType timeoutType)
The type of the timeout that caused this event.
|
void |
setTimeoutType(java.lang.String timeoutType)
The type of the timeout that caused this event.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LambdaFunctionTimedOutEventAttributes |
withScheduledEventId(java.lang.Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was
recorded when this AWS Lambda function was scheduled. |
LambdaFunctionTimedOutEventAttributes |
withStartedEventId(java.lang.Long startedEventId)
The ID of the
LambdaFunctionStarted event recorded in the
history. |
LambdaFunctionTimedOutEventAttributes |
withTimeoutType(LambdaFunctionTimeoutType timeoutType)
The type of the timeout that caused this event.
|
LambdaFunctionTimedOutEventAttributes |
withTimeoutType(java.lang.String timeoutType)
The type of the timeout that caused this event.
|
private java.lang.Long scheduledEventId
The ID of the LambdaFunctionScheduled
event that was
recorded when this AWS Lambda function was scheduled. This information
can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.
private java.lang.Long startedEventId
The ID of the LambdaFunctionStarted
event recorded in the
history.
private java.lang.String timeoutType
The type of the timeout that caused this event.
public LambdaFunctionTimedOutEventAttributes()
public void setScheduledEventId(java.lang.Long scheduledEventId)
The ID of the LambdaFunctionScheduled
event that was
recorded when this AWS Lambda function was scheduled. This information
can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.
scheduledEventId
- The ID of the LambdaFunctionScheduled
event that was
recorded when this AWS Lambda function was scheduled. This
information can be useful for diagnosing problems by tracing back
the chain of events leading up to this event.public java.lang.Long getScheduledEventId()
The ID of the LambdaFunctionScheduled
event that was
recorded when this AWS Lambda function was scheduled. This information
can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.
LambdaFunctionScheduled
event that was
recorded when this AWS Lambda function was scheduled. This
information can be useful for diagnosing problems by tracing back
the chain of events leading up to this event.public LambdaFunctionTimedOutEventAttributes withScheduledEventId(java.lang.Long scheduledEventId)
The ID of the LambdaFunctionScheduled
event that was
recorded when this AWS Lambda function was scheduled. This information
can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.
scheduledEventId
- The ID of the LambdaFunctionScheduled
event that was
recorded when this AWS Lambda function was scheduled. This
information can be useful for diagnosing problems by tracing back
the chain of events leading up to this event.public void setStartedEventId(java.lang.Long startedEventId)
The ID of the LambdaFunctionStarted
event recorded in the
history.
startedEventId
- The ID of the LambdaFunctionStarted
event recorded in
the history.public java.lang.Long getStartedEventId()
The ID of the LambdaFunctionStarted
event recorded in the
history.
LambdaFunctionStarted
event recorded
in the history.public LambdaFunctionTimedOutEventAttributes withStartedEventId(java.lang.Long startedEventId)
The ID of the LambdaFunctionStarted
event recorded in the
history.
startedEventId
- The ID of the LambdaFunctionStarted
event recorded in
the history.public void setTimeoutType(java.lang.String timeoutType)
The type of the timeout that caused this event.
timeoutType
- The type of the timeout that caused this event.LambdaFunctionTimeoutType
public java.lang.String getTimeoutType()
The type of the timeout that caused this event.
LambdaFunctionTimeoutType
public LambdaFunctionTimedOutEventAttributes withTimeoutType(java.lang.String timeoutType)
The type of the timeout that caused this event.
timeoutType
- The type of the timeout that caused this event.LambdaFunctionTimeoutType
public void setTimeoutType(LambdaFunctionTimeoutType timeoutType)
The type of the timeout that caused this event.
timeoutType
- The type of the timeout that caused this event.LambdaFunctionTimeoutType
public LambdaFunctionTimedOutEventAttributes withTimeoutType(LambdaFunctionTimeoutType timeoutType)
The type of the timeout that caused this event.
timeoutType
- The type of the timeout that caused this event.LambdaFunctionTimeoutType
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public LambdaFunctionTimedOutEventAttributes clone()
clone
in class java.lang.Object