public class LambdaFunctionTimedOutEventAttributes extends Object implements Serializable, Cloneable
 Provides details for the LambdaFunctionTimedOut event.
 
| Constructor and Description | 
|---|
| LambdaFunctionTimedOutEventAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| LambdaFunctionTimedOutEventAttributes | clone() | 
| boolean | equals(Object obj) | 
| Long | getScheduledEventId()
 The ID of the  LambdaFunctionScheduledevent that was
 recorded when this AWS Lambda function was scheduled. | 
| Long | getStartedEventId()
 The ID of the  LambdaFunctionStartedevent recorded in the
 history. | 
| String | getTimeoutType()
 The type of the timeout that caused this event. | 
| int | hashCode() | 
| void | setScheduledEventId(Long scheduledEventId)
 The ID of the  LambdaFunctionScheduledevent that was
 recorded when this AWS Lambda function was scheduled. | 
| void | setStartedEventId(Long startedEventId)
 The ID of the  LambdaFunctionStartedevent recorded in the
 history. | 
| void | setTimeoutType(LambdaFunctionTimeoutType timeoutType)
 The type of the timeout that caused this event. | 
| void | setTimeoutType(String timeoutType)
 The type of the timeout that caused this event. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| LambdaFunctionTimedOutEventAttributes | withScheduledEventId(Long scheduledEventId)
 The ID of the  LambdaFunctionScheduledevent that was
 recorded when this AWS Lambda function was scheduled. | 
| LambdaFunctionTimedOutEventAttributes | withStartedEventId(Long startedEventId)
 The ID of the  LambdaFunctionStartedevent recorded in the
 history. | 
| LambdaFunctionTimedOutEventAttributes | withTimeoutType(LambdaFunctionTimeoutType timeoutType)
 The type of the timeout that caused this event. | 
| LambdaFunctionTimedOutEventAttributes | withTimeoutType(String timeoutType)
 The type of the timeout that caused this event. | 
public LambdaFunctionTimedOutEventAttributes()
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 LambdaFunctionTimedOutEventAttributes 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 void setStartedEventId(Long startedEventId)
 The ID of the LambdaFunctionStarted event recorded in the
 history.
 
startedEventId - The ID of the LambdaFunctionStarted event recorded in
        the history.public Long getStartedEventId()
 The ID of the LambdaFunctionStarted event recorded in the
 history.
 
LambdaFunctionStarted event recorded
         in the history.public LambdaFunctionTimedOutEventAttributes withStartedEventId(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(String timeoutType)
The type of the timeout that caused this event.
timeoutType - The type of the timeout that caused this event.LambdaFunctionTimeoutTypepublic String getTimeoutType()
The type of the timeout that caused this event.
LambdaFunctionTimeoutTypepublic LambdaFunctionTimedOutEventAttributes withTimeoutType(String timeoutType)
The type of the timeout that caused this event.
timeoutType - The type of the timeout that caused this event.LambdaFunctionTimeoutTypepublic void setTimeoutType(LambdaFunctionTimeoutType timeoutType)
The type of the timeout that caused this event.
timeoutType - The type of the timeout that caused this event.LambdaFunctionTimeoutTypepublic LambdaFunctionTimedOutEventAttributes withTimeoutType(LambdaFunctionTimeoutType timeoutType)
The type of the timeout that caused this event.
timeoutType - The type of the timeout that caused this event.LambdaFunctionTimeoutTypepublic String toString()
toString in class ObjectObject.toString()public LambdaFunctionTimedOutEventAttributes clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.