@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaFunctionTimedOutEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
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
LambdaFunctionScheduled event that was recorded when this AWS Lambda function was
scheduled. |
Long |
getStartedEventId()
The ID of the
LambdaFunctionStarted event recorded in the history. |
String |
getTimeoutType()
The type of the timeout that caused this event.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setScheduledEventId(Long scheduledEventId)
The ID of the
LambdaFunctionScheduled event that was recorded when this AWS Lambda function was
scheduled. |
void |
setStartedEventId(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(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
LambdaFunctionScheduled event that was recorded when this AWS Lambda function was
scheduled. |
LambdaFunctionTimedOutEventAttributes |
withStartedEventId(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(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.LambdaFunctionTimeoutType
public String getTimeoutType()
The type of the timeout that caused this event.
LambdaFunctionTimeoutType
public LambdaFunctionTimedOutEventAttributes withTimeoutType(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 String toString()
toString
in class Object
Object.toString()
public LambdaFunctionTimedOutEventAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.