@Generated(value="software.amazon.awssdk:codegen") public final class FlowExecutionMessage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlowExecutionMessage.Builder,FlowExecutionMessage>
An object that contains information about a flow event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FlowExecutionMessage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FlowExecutionMessage.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FlowExecutionEventType |
eventType()
The type of flow event .
|
String |
eventTypeAsString()
The type of flow event .
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
messageId()
The unique identifier of the message.
|
String |
payload()
A string containing information about the flow event.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FlowExecutionMessage.Builder> |
serializableBuilderClass() |
Instant |
timestamp()
The date and time when the message was last updated.
|
FlowExecutionMessage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String messageId()
The unique identifier of the message.
public final FlowExecutionEventType eventType()
The type of flow event .
If the service returns an enum value that is not available in the current SDK version, eventType will
return FlowExecutionEventType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from eventTypeAsString().
FlowExecutionEventTypepublic final String eventTypeAsString()
The type of flow event .
If the service returns an enum value that is not available in the current SDK version, eventType will
return FlowExecutionEventType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from eventTypeAsString().
FlowExecutionEventTypepublic final Instant timestamp()
The date and time when the message was last updated.
public final String payload()
A string containing information about the flow event.
public FlowExecutionMessage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FlowExecutionMessage.Builder,FlowExecutionMessage>public static FlowExecutionMessage.Builder builder()
public static Class<? extends FlowExecutionMessage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.