@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()
For responses, this returns true if the service returned a value for the ActionStates property.
|
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()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<ActionState> actionStates()
The state of the stage.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasActionStates() method.
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 © 2023. All rights reserved.