@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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StateExitedEventDetails.Builder,StateExitedEventDetails>
public static StateExitedEventDetails.Builder builder()
public static Class<? extends StateExitedEventDetails.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.