@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)
Used to retrieve the value of a field from any class that extends
SdkResponse . |
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.
|
static Class<? extends DescribeStateMachineForExecutionResponse.Builder> |
serializableBuilderClass() |
String |
stateMachineArn()
The Amazon Resource Name (ARN) of the state machine associated with the execution.
|
DescribeStateMachineForExecutionResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Instant |
updateDate()
The date and time the state machine associated with an execution was updated.
|
sdkHttpResponse
copy
public 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.
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeStateMachineForExecutionResponse.Builder,DescribeStateMachineForExecutionResponse>
toBuilder
in class AwsResponse
public static DescribeStateMachineForExecutionResponse.Builder builder()
public static Class<? extends DescribeStateMachineForExecutionResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponse
SdkResponse
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkResponse
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.