StructuredPojo
, ToCopyableBuilder<TransitionState.Builder,TransitionState>
@Generated("software.amazon.awssdk:codegen") public class TransitionState extends Object implements StructuredPojo, ToCopyableBuilder<TransitionState.Builder,TransitionState>
Represents information about the state of transitions between one stage and another stage.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TransitionState.Builder |
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
Date |
lastChangedAt() |
The timestamp when the transition state was last changed.
|
String |
lastChangedBy() |
The ID of the user who last changed the transition state.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
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() |
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 Date 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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.