@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Boolean enabled()
Whether the transition between stages is enabled (true) or disabled (false).
public String lastChangedBy()
The ID of the user who last changed the transition state.
public Instant lastChangedAt()
The timestamp when the transition state was last changed.
public String disabledReason()
The user-specified reason why the transition between two stages of a pipeline was disabled.
public TransitionState.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TransitionState.Builder,TransitionState>
public static TransitionState.Builder builder()
public static Class<? extends TransitionState.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.