@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExternalWorkflowExecutionCancelRequestedEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
 Provides details of the ExternalWorkflowExecutionCancelRequested event.
 
| Constructor and Description | 
|---|
| ExternalWorkflowExecutionCancelRequestedEventAttributes() | 
| Modifier and Type | Method and Description | 
|---|---|
| ExternalWorkflowExecutionCancelRequestedEventAttributes | clone() | 
| boolean | equals(Object obj) | 
| Long | getInitiatedEventId()
 The ID of the  RequestCancelExternalWorkflowExecutionInitiatedevent corresponding to theRequestCancelExternalWorkflowExecutiondecision to cancel this external workflow execution. | 
| WorkflowExecution | getWorkflowExecution()
 The external workflow execution to which the cancellation request was delivered. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setInitiatedEventId(Long initiatedEventId)
 The ID of the  RequestCancelExternalWorkflowExecutionInitiatedevent corresponding to theRequestCancelExternalWorkflowExecutiondecision 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  RequestCancelExternalWorkflowExecutionInitiatedevent corresponding to theRequestCancelExternalWorkflowExecutiondecision to cancel this external workflow execution. | 
| ExternalWorkflowExecutionCancelRequestedEventAttributes | withWorkflowExecution(WorkflowExecution workflowExecution)
 The external workflow execution to which the cancellation request was delivered. | 
public ExternalWorkflowExecutionCancelRequestedEventAttributes()
public void setWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution to which the cancellation request was delivered.
workflowExecution - The external workflow execution to which the cancellation request was delivered.public WorkflowExecution getWorkflowExecution()
The external workflow execution to which the cancellation request was delivered.
public ExternalWorkflowExecutionCancelRequestedEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution to which the cancellation request was delivered.
workflowExecution - The external workflow execution to which the cancellation request was delivered.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.
 
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.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.
 
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.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.
 
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.public String toString()
toString in class ObjectObject.toString()public ExternalWorkflowExecutionCancelRequestedEventAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.