@Generated(value="software.amazon.awssdk:codegen") public final class ExternalWorkflowExecutionSignaledEventAttributes extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExternalWorkflowExecutionSignaledEventAttributes.Builder,ExternalWorkflowExecutionSignaledEventAttributes>
Provides the 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
initiatedEventId()
The ID of the
SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal. |
List<SdkField<?>> |
sdkFields() |
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.
|
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ExternalWorkflowExecutionSignaledEventAttributes.Builder,ExternalWorkflowExecutionSignaledEventAttributes>public static ExternalWorkflowExecutionSignaledEventAttributes.Builder builder()
public static Class<? extends ExternalWorkflowExecutionSignaledEventAttributes.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.