StructuredPojo
, ToCopyableBuilder<StateMachineListItem.Builder,StateMachineListItem>
@Generated("software.amazon.awssdk:codegen") public class StateMachineListItem extends Object implements StructuredPojo, ToCopyableBuilder<StateMachineListItem.Builder,StateMachineListItem>
Modifier and Type | Class | Description |
---|---|---|
static interface |
StateMachineListItem.Builder |
Modifier and Type | Method | Description |
---|---|---|
static StateMachineListItem.Builder |
builder() |
|
Date |
creationDate() |
The date the state machine was created.
|
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 machine.
|
static Class<? extends StateMachineListItem.Builder> |
serializableBuilderClass() |
|
String |
stateMachineArn() |
The Amazon Resource Name (ARN) that identifies the state machine.
|
StateMachineListItem.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String stateMachineArn()
The Amazon Resource Name (ARN) that identifies the state machine.
public String name()
The name of the state machine.
public Date creationDate()
The date the state machine was created.
public StateMachineListItem.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StateMachineListItem.Builder,StateMachineListItem>
public static StateMachineListItem.Builder builder()
public static Class<? extends StateMachineListItem.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.