@Generated(value="software.amazon.awssdk:codegen") public class ExternalWorkflowExecutionSignaledEventAttributes extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<ExternalWorkflowExecutionSignaledEventAttributes.Builder,ExternalWorkflowExecutionSignaledEventAttributes>
Provides details of the ExternalWorkflowExecutionSignaled event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExternalWorkflowExecutionSignaledEventAttributes.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExternalWorkflowExecutionSignaledEventAttributes.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
Long |
initiatedEventId()
The ID of the
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal. |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends ExternalWorkflowExecutionSignaledEventAttributes.Builder> |
serializableBuilderClass() |
ExternalWorkflowExecutionSignaledEventAttributes.Builder |
toBuilder() |
String |
toString() |
WorkflowExecution |
workflowExecution()
The external workflow execution that the signal was delivered to.
|
public WorkflowExecution workflowExecution()
The external workflow execution that the signal was delivered to.
public 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.
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.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ExternalWorkflowExecutionSignaledEventAttributes.Builder,ExternalWorkflowExecutionSignaledEventAttributes>public static ExternalWorkflowExecutionSignaledEventAttributes.Builder builder()
public static Class<? extends ExternalWorkflowExecutionSignaledEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.