@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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.
|
Instant |
updateDate()
The date and time the state machine associated with an execution was updated.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String stateMachineArn()
The Amazon Resource Name (ARN) of the state machine associated with the execution.
public String name()
The name of the state machine associated with the execution.
public String definition()
The Amazon States Language definition of the state machine. See Amazon States Language.
public String roleArn()
The Amazon Resource Name (ARN) of the IAM role of the State Machine for the execution.
public 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 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 String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.