@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) |
<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.
|
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 String name()
The name of the state.
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
A name must not contain:
whitespace
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
public String output()
The JSON output data of the state.
public StateExitedEventDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StateExitedEventDetails.Builder,StateExitedEventDetails>public static StateExitedEventDetails.Builder builder()
public static Class<? extends StateExitedEventDetails.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.