@Generated(value="software.amazon.awssdk:codegen") public final class StageState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StageState.Builder,StageState>
Represents information about the state of the stage.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StageState.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<ActionState> |
actionStates()
The state of the stage.
|
static StageState.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasActionStates()
Returns true if the ActionStates property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
StageExecution |
inboundExecution()
Returns the value of the InboundExecution property for this object.
|
TransitionState |
inboundTransitionState()
The state of the inbound transition, which is either enabled or disabled.
|
StageExecution |
latestExecution()
Information about the latest execution in the stage, including its ID and status.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StageState.Builder> |
serializableBuilderClass() |
String |
stageName()
The name of the stage.
|
StageState.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String stageName()
The name of the stage.
public final StageExecution inboundExecution()
public final TransitionState inboundTransitionState()
The state of the inbound transition, which is either enabled or disabled.
public final boolean hasActionStates()
public final List<ActionState> actionStates()
The state of the stage.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasActionStates() to see if a value was sent in this field.
public final StageExecution latestExecution()
Information about the latest execution in the stage, including its ID and status.
public StageState.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StageState.Builder,StageState>public static StageState.Builder builder()
public static Class<? extends StageState.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.