@Generated(value="software.amazon.awssdk:codegen") public final class DescribeStateMachineForExecutionResponse extends SfnResponse implements ToCopyableBuilder<DescribeStateMachineForExecutionResponse.Builder,DescribeStateMachineForExecutionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeStateMachineForExecutionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeStateMachineForExecutionResponse.Builder |
builder() |
String |
definition()
The Amazon States Language definition of the state machine.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
label()
A user-defined or an auto-generated string that identifies a
Map state. |
LoggingConfiguration |
loggingConfiguration()
Returns the value of the LoggingConfiguration property for this object.
|
String |
mapRunArn()
The Amazon Resource Name (ARN) of the Map Run that started the child workflow execution.
|
String |
name()
The name of the state machine associated with the execution.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeStateMachineForExecutionResponse.Builder> |
serializableBuilderClass() |
String |
stateMachineArn()
The Amazon Resource Name (ARN) of the state machine associated with the execution.
|
DescribeStateMachineForExecutionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TracingConfiguration |
tracingConfiguration()
Selects whether X-Ray tracing is enabled.
|
Instant |
updateDate()
The date and time the state machine associated with an execution was updated.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String stateMachineArn()
The Amazon Resource Name (ARN) of the state machine associated with the execution.
public final String name()
The name of the state machine associated with the execution.
public final String definition()
The Amazon States Language definition of the state machine. See Amazon States Language.
public final String roleArn()
The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.
public final Instant updateDate()
The date and time the state machine associated with an execution was updated. For a newly created state machine, this is the creation date.
public final LoggingConfiguration loggingConfiguration()
public final TracingConfiguration tracingConfiguration()
Selects whether X-Ray tracing is enabled.
public final String mapRunArn()
The Amazon Resource Name (ARN) of the Map Run that started the child workflow execution. This field is returned
only if the executionArn is a child workflow execution that was started by a Distributed Map state.
executionArn is a child workflow execution that was started by a
Distributed Map state.public final String label()
A user-defined or an auto-generated string that identifies a Map state. This field is returned only
if the executionArn is a child workflow execution that was started by a Distributed Map state.
Map state. This field is
returned only if the executionArn is a child workflow execution that was started by a
Distributed Map state.public DescribeStateMachineForExecutionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeStateMachineForExecutionResponse.Builder,DescribeStateMachineForExecutionResponse>toBuilder in class AwsResponsepublic static DescribeStateMachineForExecutionResponse.Builder builder()
public static Class<? extends DescribeStateMachineForExecutionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.