StructuredPojo
, ToCopyableBuilder<ExternalWorkflowExecutionSignaledEventAttributes.Builder,ExternalWorkflowExecutionSignaledEventAttributes>
@Generated("software.amazon.awssdk:codegen") public class ExternalWorkflowExecutionSignaledEventAttributes extends Object implements StructuredPojo, ToCopyableBuilder<ExternalWorkflowExecutionSignaledEventAttributes.Builder,ExternalWorkflowExecutionSignaledEventAttributes>
Provides details of the ExternalWorkflowExecutionSignaled
event.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ExternalWorkflowExecutionSignaledEventAttributes.Builder |
Modifier and Type | Method | 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) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends ExternalWorkflowExecutionSignaledEventAttributes.Builder> |
serializableBuilderClass() |
|
ExternalWorkflowExecutionSignaledEventAttributes.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExternalWorkflowExecutionSignaledEventAttributes.Builder,ExternalWorkflowExecutionSignaledEventAttributes>
public static ExternalWorkflowExecutionSignaledEventAttributes.Builder builder()
public static Class<? extends ExternalWorkflowExecutionSignaledEventAttributes.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.