@Generated(value="software.amazon.awssdk:codegen") public final class StateExitedEventDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StateExitedEventDetails.Builder,StateExitedEventDetails>
Contains details about an exit from a state during an execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StateExitedEventDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StateExitedEventDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the state.
|
String |
output()
The JSON output data of the state.
|
HistoryEventExecutionDataDetails |
outputDetails()
Contains details about the output of an execution history event.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StateExitedEventDetails.Builder> |
serializableBuilderClass() |
StateExitedEventDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the state.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
public final String output()
The JSON output data of the state. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
public final HistoryEventExecutionDataDetails outputDetails()
Contains details about the output of an execution history event.
public StateExitedEventDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StateExitedEventDetails.Builder,StateExitedEventDetails>public static StateExitedEventDetails.Builder builder()
public static Class<? extends StateExitedEventDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.