Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class ExternalWorkflowExecutionCancelRequestedEventAttributes

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
All Implemented Interfaces:
Serializable

public class ExternalWorkflowExecutionCancelRequestedEventAttributes
extends Object
implements Serializable

Provides details of the ExternalWorkflowExecutionCancelRequested event.

See Also:
Serialized Form

Constructor Summary
ExternalWorkflowExecutionCancelRequestedEventAttributes()
           
 
Method Summary
 boolean equals(Object obj)
           
 Long getInitiatedEventId()
          The id of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution.
 WorkflowExecution getWorkflowExecution()
          The external workflow execution to which the cancellation request was delivered.
 int hashCode()
           
 void setInitiatedEventId(Long initiatedEventId)
          The id of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution.
 void setWorkflowExecution(WorkflowExecution workflowExecution)
          The external workflow execution to which the cancellation request was delivered.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ExternalWorkflowExecutionCancelRequestedEventAttributes withInitiatedEventId(Long initiatedEventId)
          The id of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution.
 ExternalWorkflowExecutionCancelRequestedEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
          The external workflow execution to which the cancellation request was delivered.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalWorkflowExecutionCancelRequestedEventAttributes

public ExternalWorkflowExecutionCancelRequestedEventAttributes()
Method Detail

getWorkflowExecution

public WorkflowExecution getWorkflowExecution()
The external workflow execution to which the cancellation request was delivered.

Returns:
The external workflow execution to which the cancellation request was delivered.

setWorkflowExecution

public void setWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution to which the cancellation request was delivered.

Parameters:
workflowExecution - The external workflow execution to which the cancellation request was delivered.

withWorkflowExecution

public ExternalWorkflowExecutionCancelRequestedEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution to which the cancellation request was delivered.

Returns a reference to this object so that method calls can be chained together.

Parameters:
workflowExecution - The external workflow execution to which the cancellation request was delivered.
Returns:
A reference to this updated object so that method calls can be chained together.

getInitiatedEventId

public Long getInitiatedEventId()
The id of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Returns:
The id of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

setInitiatedEventId

public void setInitiatedEventId(Long initiatedEventId)
The id of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Parameters:
initiatedEventId - The id of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

withInitiatedEventId

public ExternalWorkflowExecutionCancelRequestedEventAttributes withInitiatedEventId(Long initiatedEventId)
The id of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

Returns a reference to this object so that method calls can be chained together.

Parameters:
initiatedEventId - The id of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.