@Generated(value="software.amazon.awssdk:codegen") public final class UpdateStateMachineResponse extends SfnResponse implements ToCopyableBuilder<UpdateStateMachineResponse.Builder,UpdateStateMachineResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateStateMachineResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateStateMachineResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
revisionId()
The revision identifier for the updated state machine.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateStateMachineResponse.Builder> |
serializableBuilderClass() |
String |
stateMachineVersionArn()
The Amazon Resource Name (ARN) of the published state machine version.
|
UpdateStateMachineResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateDate()
The date and time the state machine was updated.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant updateDate()
The date and time the state machine was updated.
public final String revisionId()
The revision identifier for the updated state machine.
public final String stateMachineVersionArn()
The Amazon Resource Name (ARN) of the published state machine version.
If the publish parameter isn't set to true, this field returns null.
If the publish parameter isn't set to true, this field returns null.
public UpdateStateMachineResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateStateMachineResponse.Builder,UpdateStateMachineResponse>toBuilder in class AwsResponsepublic static UpdateStateMachineResponse.Builder builder()
public static Class<? extends UpdateStateMachineResponse.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 © 2023. All rights reserved.