StructuredPojo
, ToCopyableBuilder<StateExitedEventDetails.Builder,StateExitedEventDetails>
@Generated("software.amazon.awssdk:codegen") public class StateExitedEventDetails extends Object implements StructuredPojo, ToCopyableBuilder<StateExitedEventDetails.Builder,StateExitedEventDetails>
Modifier and Type | Class | Description |
---|---|---|
static interface |
StateExitedEventDetails.Builder |
Modifier and Type | Method | Description |
---|---|---|
static StateExitedEventDetails.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the state.
|
String |
output() |
The JSON output data of the state.
|
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() |
public String name()
The name of the state.
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.