@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LambdaFunctionScheduleFailedEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about a failed lambda function schedule event that occurred during an execution.
| Constructor and Description | 
|---|
| LambdaFunctionScheduleFailedEventDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| LambdaFunctionScheduleFailedEventDetails | clone() | 
| boolean | equals(Object obj) | 
| String | getCause()
 A more detailed explanation of the cause of the failure. | 
| String | getError()
 The error code of the failure. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setCause(String cause)
 A more detailed explanation of the cause of the failure. | 
| void | setError(String error)
 The error code of the failure. | 
| String | toString()Returns a string representation of this object. | 
| LambdaFunctionScheduleFailedEventDetails | withCause(String cause)
 A more detailed explanation of the cause of the failure. | 
| LambdaFunctionScheduleFailedEventDetails | withError(String error)
 The error code of the failure. | 
public LambdaFunctionScheduleFailedEventDetails()
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 LambdaFunctionScheduleFailedEventDetails 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 failure.
cause - A more detailed explanation of the cause of the failure.public String getCause()
A more detailed explanation of the cause of the failure.
public LambdaFunctionScheduleFailedEventDetails withCause(String cause)
A more detailed explanation of the cause of the failure.
cause - A more detailed explanation of the cause of the failure.public String toString()
toString in class ObjectObject.toString()public LambdaFunctionScheduleFailedEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.