public class LambdaFunctionStartedEventAttributes
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Provides details for the LambdaFunctionStarted
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. |
Constructor and Description |
---|
LambdaFunctionStartedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionStartedEventAttributes |
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. |
int |
hashCode() |
void |
setScheduledEventId(java.lang.Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was
recorded when this AWS Lambda function was scheduled. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LambdaFunctionStartedEventAttributes |
withScheduledEventId(java.lang.Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was
recorded when this AWS Lambda function was scheduled. |
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.
public LambdaFunctionStartedEventAttributes()
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 LambdaFunctionStartedEventAttributes 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 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 LambdaFunctionStartedEventAttributes clone()
clone
in class java.lang.Object