@Generated(value="software.amazon.awssdk:codegen") public final class StateMachineListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StateMachineListItem.Builder,StateMachineListItem>
Contains details about the state machine.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StateMachineListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StateMachineListItem.Builder |
builder() |
Instant |
creationDate()
The date the state machine is created.
|
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 machine.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StateMachineListItem.Builder> |
serializableBuilderClass() |
String |
stateMachineArn()
The Amazon Resource Name (ARN) that identifies the state machine.
|
StateMachineListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
StateMachineType |
type()
|
String |
typeAsString()
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String stateMachineArn()
The Amazon Resource Name (ARN) that identifies the state machine.
public String name()
The name of the state machine.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
public StateMachineType type()
If the service returns an enum value that is not available in the current SDK version, type will return
StateMachineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
StateMachineTypepublic String typeAsString()
If the service returns an enum value that is not available in the current SDK version, type will return
StateMachineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
StateMachineTypepublic Instant creationDate()
The date the state machine is created.
public StateMachineListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StateMachineListItem.Builder,StateMachineListItem>public static StateMachineListItem.Builder builder()
public static Class<? extends StateMachineListItem.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.