@Generated(value="software.amazon.awssdk:codegen") public final class StepStateChangeReason extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StepStateChangeReason.Builder,StepStateChangeReason>
The details of the step state change reason.
Modifier and Type | Class and Description |
---|---|
static interface |
StepStateChangeReason.Builder |
Modifier and Type | Method and Description |
---|---|
static StepStateChangeReason.Builder |
builder() |
StepStateChangeReasonCode |
code()
The programmable code for the state change reason.
|
String |
codeAsString()
The programmable code for the state change reason.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
The descriptive message for the state change reason.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StepStateChangeReason.Builder> |
serializableBuilderClass() |
StepStateChangeReason.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final StepStateChangeReasonCode code()
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
If the service returns an enum value that is not available in the current SDK version, code
will return
StepStateChangeReasonCode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
codeAsString()
.
StepStateChangeReasonCode
public final String codeAsString()
The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
If the service returns an enum value that is not available in the current SDK version, code
will return
StepStateChangeReasonCode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
codeAsString()
.
StepStateChangeReasonCode
public final String message()
The descriptive message for the state change reason.
public StepStateChangeReason.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<StepStateChangeReason.Builder,StepStateChangeReason>
public static StepStateChangeReason.Builder builder()
public static Class<? extends StepStateChangeReason.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.