public class LambdaFunctionStartedEventAttributes extends Object implements Serializable, Cloneable
Provides details for the LambdaFunctionStarted
event.
Constructor and Description |
---|
LambdaFunctionStartedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
LambdaFunctionStartedEventAttributes |
clone() |
boolean |
equals(Object obj) |
Long |
getScheduledEventId()
The ID of the
LambdaFunctionScheduled event that was
recorded when this AWS Lambda function was scheduled. |
int |
hashCode() |
void |
setScheduledEventId(Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was
recorded when this AWS Lambda function was scheduled. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
LambdaFunctionStartedEventAttributes |
withScheduledEventId(Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was
recorded when this AWS Lambda function was scheduled. |
public LambdaFunctionStartedEventAttributes()
public Long getScheduledEventId()
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 void setScheduledEventId(Long scheduledEventId)
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 LambdaFunctionStartedEventAttributes withScheduledEventId(Long scheduledEventId)
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.
Returns a reference to this object so that method calls can be chained together.
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 String toString()
toString
in class Object
Object.toString()
public LambdaFunctionStartedEventAttributes clone()
Copyright © 2015. All rights reserved.