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  LambdaFunctionScheduledevent that was
 recorded when this AWS Lambda function was scheduled. | 
| int | hashCode() | 
| void | setScheduledEventId(Long scheduledEventId)
 The ID of the  LambdaFunctionScheduledevent 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  LambdaFunctionScheduledevent that was
 recorded when this AWS Lambda function was scheduled. | 
public LambdaFunctionStartedEventAttributes()
public void setScheduledEventId(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 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(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 String toString()
toString in class ObjectObject.toString()public LambdaFunctionStartedEventAttributes clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.