@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 final String stateMachineArn()
The Amazon Resource Name (ARN) that identifies the state machine.
public final 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)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
A name must not contain:
white space
brackets < > { } [ ]
wildcard characters ? *
special characters " # % \ ^ | ~ ` $ & , ; : /
control characters (U+0000-001F, U+007F-009F)
To enable logging with CloudWatch Logs, the name should only contain 0-9, A-Z, a-z, - and _.
public final 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 final 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 final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.