@Generated(value="software.amazon.awssdk:codegen") public final class TransitionState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitionState.Builder,TransitionState>
Represents information about the state of transitions between one stage and another stage.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransitionState.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TransitionState.Builder |
builder() |
String |
disabledReason()
The user-specified reason why the transition between two stages of a pipeline was disabled.
|
Boolean |
enabled()
Whether the transition between stages is enabled (true) or disabled (false).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastChangedAt()
The timestamp when the transition state was last changed.
|
String |
lastChangedBy()
The ID of the user who last changed the transition state.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransitionState.Builder> |
serializableBuilderClass() |
TransitionState.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
Whether the transition between stages is enabled (true) or disabled (false).
public final String lastChangedBy()
The ID of the user who last changed the transition state.
public final Instant lastChangedAt()
The timestamp when the transition state was last changed.
public final String disabledReason()
The user-specified reason why the transition between two stages of a pipeline was disabled.
public TransitionState.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransitionState.Builder,TransitionState>public static TransitionState.Builder builder()
public static Class<? extends TransitionState.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.