@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaFunctionTimedOutEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Provides details of 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 activity task was scheduled. |
Long |
getStartedEventId()
The ID of the
ActivityTaskStarted event that was recorded when this activity task started. |
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 activity task was scheduled. |
void |
setStartedEventId(Long startedEventId)
The ID of the
ActivityTaskStarted event that was recorded when this activity task started. |
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 activity task was scheduled. |
LambdaFunctionTimedOutEventAttributes |
withStartedEventId(Long startedEventId)
The ID of the
ActivityTaskStarted event that was recorded when this activity task started. |
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 activity task was scheduled.
To help diagnose issues, use this information to trace back the chain of events leading up to this event.
scheduledEventId
- The ID of the LambdaFunctionScheduled
event that was recorded when this activity task was
scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to
this event.public Long getScheduledEventId()
The ID of the LambdaFunctionScheduled
event that was recorded when this activity task was scheduled.
To help diagnose issues, use this information to trace back the chain of events leading up to this event.
LambdaFunctionScheduled
event that was recorded when this activity task was
scheduled. To help diagnose issues, use this information to trace 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 activity task was scheduled.
To help diagnose issues, use this information to trace back the chain of events leading up to this event.
scheduledEventId
- The ID of the LambdaFunctionScheduled
event that was recorded when this activity task was
scheduled. To help diagnose issues, use this information to trace back the chain of events leading up to
this event.public void setStartedEventId(Long startedEventId)
The ID of the ActivityTaskStarted
event that was recorded when this activity task started. To help
diagnose issues, use this information to trace back the chain of events leading up to this event.
startedEventId
- The ID of the ActivityTaskStarted
event that was recorded when this activity task started. To
help diagnose issues, use this information to trace back the chain of events leading up to this event.public Long getStartedEventId()
The ID of the ActivityTaskStarted
event that was recorded when this activity task started. To help
diagnose issues, use this information to trace back the chain of events leading up to this event.
ActivityTaskStarted
event that was recorded when this activity task started.
To help diagnose issues, use this information to trace back the chain of events leading up to this event.public LambdaFunctionTimedOutEventAttributes withStartedEventId(Long startedEventId)
The ID of the ActivityTaskStarted
event that was recorded when this activity task started. To help
diagnose issues, use this information to trace back the chain of events leading up to this event.
startedEventId
- The ID of the ActivityTaskStarted
event that was recorded when this activity task started. To
help diagnose issues, use this information to trace back the chain of events leading up to this event.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.