@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExternalWorkflowExecutionSignaledEventAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Provides the details of the ExternalWorkflowExecutionSignaled
event.
Constructor and Description |
---|
ExternalWorkflowExecutionSignaledEventAttributes() |
Modifier and Type | Method and Description |
---|---|
ExternalWorkflowExecutionSignaledEventAttributes |
clone() |
boolean |
equals(Object obj) |
Long |
getInitiatedEventId()
The ID of the
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal. |
WorkflowExecution |
getWorkflowExecution()
The external workflow execution that the signal was delivered to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInitiatedEventId(Long initiatedEventId)
The ID of the
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal. |
void |
setWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution that the signal was delivered to.
|
String |
toString()
Returns a string representation of this object.
|
ExternalWorkflowExecutionSignaledEventAttributes |
withInitiatedEventId(Long initiatedEventId)
The ID of the
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal. |
ExternalWorkflowExecutionSignaledEventAttributes |
withWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution that the signal was delivered to.
|
public ExternalWorkflowExecutionSignaledEventAttributes()
public void setWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution that the signal was delivered to.
workflowExecution
- The external workflow execution that the signal was delivered to.public WorkflowExecution getWorkflowExecution()
The external workflow execution that the signal was delivered to.
public ExternalWorkflowExecutionSignaledEventAttributes withWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution that the signal was delivered to.
workflowExecution
- The external workflow execution that the signal was delivered to.public void setInitiatedEventId(Long initiatedEventId)
The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflowExecution
decision to request this signal. 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 SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflowExecution
decision to request this signal. 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 SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflowExecution
decision to request this signal. This information can be useful for
diagnosing problems by tracing back the chain of events leading up to this event.
SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflowExecution
decision to request this signal. This information can be
useful for diagnosing problems by tracing back the chain of events leading up to this event.public ExternalWorkflowExecutionSignaledEventAttributes withInitiatedEventId(Long initiatedEventId)
The ID of the SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflowExecution
decision to request this signal. 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 SignalExternalWorkflowExecutionInitiated
event corresponding to the
SignalExternalWorkflowExecution
decision to request this signal. 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 ExternalWorkflowExecutionSignaledEventAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.