public class ScheduleLambdaFunctionFailedEventAttributes
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Provides details for the ScheduleLambdaFunctionFailed
event.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
cause
The cause of the failure.
|
private java.lang.Long |
decisionTaskCompletedEventId
The ID of the
DecisionTaskCompleted event corresponding to
the decision that resulted in the scheduling of this AWS Lambda function. |
private java.lang.String |
id
The unique Amazon SWF ID of the AWS Lambda task.
|
private java.lang.String |
name
The name of the scheduled AWS Lambda function.
|
Constructor and Description |
---|
ScheduleLambdaFunctionFailedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
ScheduleLambdaFunctionFailedEventAttributes |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCause()
The cause of the failure.
|
java.lang.Long |
getDecisionTaskCompletedEventId()
The ID of the
DecisionTaskCompleted event corresponding to
the decision that resulted in the scheduling of this AWS Lambda function. |
java.lang.String |
getId()
The unique Amazon SWF ID of the AWS Lambda task.
|
java.lang.String |
getName()
The name of the scheduled AWS Lambda function.
|
int |
hashCode() |
void |
setCause(ScheduleLambdaFunctionFailedCause cause)
The cause of the failure.
|
void |
setCause(java.lang.String cause)
The cause of the failure.
|
void |
setDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision that resulted in the scheduling of this AWS Lambda function. |
void |
setId(java.lang.String id)
The unique Amazon SWF ID of the AWS Lambda task.
|
void |
setName(java.lang.String name)
The name of the scheduled AWS Lambda function.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ScheduleLambdaFunctionFailedEventAttributes |
withCause(ScheduleLambdaFunctionFailedCause cause)
The cause of the failure.
|
ScheduleLambdaFunctionFailedEventAttributes |
withCause(java.lang.String cause)
The cause of the failure.
|
ScheduleLambdaFunctionFailedEventAttributes |
withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to
the decision that resulted in the scheduling of this AWS Lambda function. |
ScheduleLambdaFunctionFailedEventAttributes |
withId(java.lang.String id)
The unique Amazon SWF ID of the AWS Lambda task.
|
ScheduleLambdaFunctionFailedEventAttributes |
withName(java.lang.String name)
The name of the scheduled AWS Lambda function.
|
private java.lang.String id
The unique Amazon SWF ID of the AWS Lambda task.
private java.lang.String name
The name of the scheduled AWS Lambda function.
private java.lang.String cause
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
private java.lang.Long decisionTaskCompletedEventId
The ID of the DecisionTaskCompleted
event corresponding to
the decision that resulted in the scheduling of this AWS Lambda function.
This information can be useful for diagnosing problems by tracing back
the chain of events leading up to this event.
public ScheduleLambdaFunctionFailedEventAttributes()
public void setId(java.lang.String id)
The unique Amazon SWF ID of the AWS Lambda task.
id
- The unique Amazon SWF ID of the AWS Lambda task.public java.lang.String getId()
The unique Amazon SWF ID of the AWS Lambda task.
public ScheduleLambdaFunctionFailedEventAttributes withId(java.lang.String id)
The unique Amazon SWF ID of the AWS Lambda task.
id
- The unique Amazon SWF ID of the AWS Lambda task.public void setName(java.lang.String name)
The name of the scheduled AWS Lambda function.
name
- The name of the scheduled AWS Lambda function.public java.lang.String getName()
The name of the scheduled AWS Lambda function.
public ScheduleLambdaFunctionFailedEventAttributes withName(java.lang.String name)
The name of the scheduled AWS Lambda function.
name
- The name of the scheduled AWS Lambda function.public void setCause(java.lang.String cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the
system and can be useful for diagnostic purposes. ScheduleLambdaFunctionFailedCause
public java.lang.String getCause()
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
ScheduleLambdaFunctionFailedCause
public ScheduleLambdaFunctionFailedEventAttributes withCause(java.lang.String cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the
system and can be useful for diagnostic purposes. ScheduleLambdaFunctionFailedCause
public void setCause(ScheduleLambdaFunctionFailedCause cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the
system and can be useful for diagnostic purposes. ScheduleLambdaFunctionFailedCause
public ScheduleLambdaFunctionFailedEventAttributes withCause(ScheduleLambdaFunctionFailedCause cause)
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
cause
- The cause of the failure. This information is generated by the
system and can be useful for diagnostic purposes. ScheduleLambdaFunctionFailedCause
public void setDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to
the decision that resulted in the scheduling of this AWS Lambda function.
This information can be useful for diagnosing problems by tracing back
the chain of events leading up to this event.
decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event
corresponding to the decision that resulted in the scheduling of
this AWS Lambda function. This information can be useful for
diagnosing problems by tracing back the chain of events leading up
to this event.public java.lang.Long getDecisionTaskCompletedEventId()
The ID of the DecisionTaskCompleted
event corresponding to
the decision that resulted in the scheduling of this AWS Lambda function.
This information can be useful for diagnosing problems by tracing back
the chain of events leading up to this event.
DecisionTaskCompleted
event
corresponding to the decision that resulted in the scheduling of
this AWS Lambda function. This information can be useful for
diagnosing problems by tracing back the chain of events leading
up to this event.public ScheduleLambdaFunctionFailedEventAttributes withDecisionTaskCompletedEventId(java.lang.Long decisionTaskCompletedEventId)
The ID of the DecisionTaskCompleted
event corresponding to
the decision that resulted in the scheduling of this AWS Lambda function.
This information can be useful for diagnosing problems by tracing back
the chain of events leading up to this event.
decisionTaskCompletedEventId
- The ID of the DecisionTaskCompleted
event
corresponding to the decision that resulted in the scheduling of
this AWS Lambda function. This information can be useful for
diagnosing problems by tracing back the chain of events leading up
to this event.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ScheduleLambdaFunctionFailedEventAttributes clone()
clone
in class java.lang.Object