@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaFunctionTimedOutEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about a Lambda function timeout that occurred during an execution.
| Constructor and Description |
|---|
LambdaFunctionTimedOutEventDetails () |
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionTimedOutEventDetails |
clone () |
boolean |
equals (Object obj) |
String |
getCause ()
A more detailed explanation of the cause of the timeout.
|
String |
getError ()
The error code of the failure.
|
int |
hashCode () |
void |
marshall (ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCause (String cause)
A more detailed explanation of the cause of the timeout.
|
void |
setError (String error)
The error code of the failure.
|
String |
toString ()
Returns a string representation of this object.
|
LambdaFunctionTimedOutEventDetails |
withCause (String cause)
A more detailed explanation of the cause of the timeout.
|
LambdaFunctionTimedOutEventDetails |
withError (String error)
The error code of the failure.
|
public LambdaFunctionTimedOutEventDetails()
public void setError(String error)
The error code of the failure.
error - The error code of the failure.public String getError()
The error code of the failure.
public LambdaFunctionTimedOutEventDetails withError(String error)
The error code of the failure.
error - The error code of the failure.public void setCause(String cause)
A more detailed explanation of the cause of the timeout.
cause - A more detailed explanation of the cause of the timeout.public String getCause()
A more detailed explanation of the cause of the timeout.
public LambdaFunctionTimedOutEventDetails withCause(String cause)
A more detailed explanation of the cause of the timeout.
cause - A more detailed explanation of the cause of the timeout.public String toString()
toString in class Object Object.toString() public LambdaFunctionTimedOutEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.