@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ChildWorkflowExecutionFailedEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Provides the details of the ChildWorkflowExecutionFailed
event.
Constructor and Description |
---|
ChildWorkflowExecutionFailedEventAttributes() |
Modifier and Type | Method and Description |
---|---|
ChildWorkflowExecutionFailedEventAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getDetails()
The details of the failure (if provided).
|
Long |
getInitiatedEventId()
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution Decision to start this child workflow execution. |
String |
getReason()
The reason for the failure (if provided).
|
Long |
getStartedEventId()
The ID of the
ChildWorkflowExecutionStarted event recorded when this child workflow execution was
started. |
WorkflowExecution |
getWorkflowExecution()
The child workflow execution that failed.
|
WorkflowType |
getWorkflowType()
The type of the child workflow execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDetails(String details)
The details of the failure (if provided).
|
void |
setInitiatedEventId(Long initiatedEventId)
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution Decision to start this child workflow execution. |
void |
setReason(String reason)
The reason for the failure (if provided).
|
void |
setStartedEventId(Long startedEventId)
The ID of the
ChildWorkflowExecutionStarted event recorded when this child workflow execution was
started. |
void |
setWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that failed.
|
void |
setWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ChildWorkflowExecutionFailedEventAttributes |
withDetails(String details)
The details of the failure (if provided).
|
ChildWorkflowExecutionFailedEventAttributes |
withInitiatedEventId(Long initiatedEventId)
The ID of the
StartChildWorkflowExecutionInitiated event corresponding to the
StartChildWorkflowExecution Decision to start this child workflow execution. |
ChildWorkflowExecutionFailedEventAttributes |
withReason(String reason)
The reason for the failure (if provided).
|
ChildWorkflowExecutionFailedEventAttributes |
withStartedEventId(Long startedEventId)
The ID of the
ChildWorkflowExecutionStarted event recorded when this child workflow execution was
started. |
ChildWorkflowExecutionFailedEventAttributes |
withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that failed.
|
ChildWorkflowExecutionFailedEventAttributes |
withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
public ChildWorkflowExecutionFailedEventAttributes()
public void setWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that failed.
workflowExecution
- The child workflow execution that failed.public WorkflowExecution getWorkflowExecution()
The child workflow execution that failed.
public ChildWorkflowExecutionFailedEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that failed.
workflowExecution
- The child workflow execution that failed.public void setWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
workflowType
- The type of the child workflow execution.public WorkflowType getWorkflowType()
The type of the child workflow execution.
public ChildWorkflowExecutionFailedEventAttributes withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
workflowType
- The type of the child workflow execution.public void setReason(String reason)
The reason for the failure (if provided).
reason
- The reason for the failure (if provided).public String getReason()
The reason for the failure (if provided).
public ChildWorkflowExecutionFailedEventAttributes withReason(String reason)
The reason for the failure (if provided).
reason
- The reason for the failure (if provided).public void setDetails(String details)
The details of the failure (if provided).
details
- The details of the failure (if provided).public String getDetails()
The details of the failure (if provided).
public ChildWorkflowExecutionFailedEventAttributes withDetails(String details)
The details of the failure (if provided).
details
- The details of the failure (if provided).public void setInitiatedEventId(Long initiatedEventId)
The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the
StartChildWorkflowExecution
Decision to start this child workflow execution. This information
can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
initiatedEventId
- The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the
StartChildWorkflowExecution
Decision to start this child workflow execution. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.public Long getInitiatedEventId()
The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the
StartChildWorkflowExecution
Decision to start this child workflow execution. This information
can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
StartChildWorkflowExecutionInitiated
event corresponding to the
StartChildWorkflowExecution
Decision to start this child workflow execution. This
information can be useful for diagnosing problems by tracing back the chain of events leading up to this
event.public ChildWorkflowExecutionFailedEventAttributes withInitiatedEventId(Long initiatedEventId)
The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the
StartChildWorkflowExecution
Decision to start this child workflow execution. This information
can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
initiatedEventId
- The ID of the StartChildWorkflowExecutionInitiated
event corresponding to the
StartChildWorkflowExecution
Decision to start this child workflow execution. 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 ChildWorkflowExecutionStarted
event recorded when this child workflow execution was
started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to
this event.
startedEventId
- The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution
was started. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.public Long getStartedEventId()
The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was
started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to
this event.
ChildWorkflowExecutionStarted
event recorded when this child workflow
execution was started. This information can be useful for diagnosing problems by tracing back the chain
of events leading up to this event.public ChildWorkflowExecutionFailedEventAttributes withStartedEventId(Long startedEventId)
The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution was
started. This information can be useful for diagnosing problems by tracing back the chain of events leading up to
this event.
startedEventId
- The ID of the ChildWorkflowExecutionStarted
event recorded when this child workflow execution
was started. This information can be useful for diagnosing problems by tracing back the chain of events
leading up to this event.public String toString()
toString
in class Object
Object.toString()
public ChildWorkflowExecutionFailedEventAttributes 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.