@Generated(value="software.amazon.awssdk:codegen") public final class StageExecution extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StageExecution.Builder,StageExecution>
Represents information about the run of a stage.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StageExecution.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StageExecution.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
pipelineExecutionId()
The ID of the pipeline execution associated with the stage.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StageExecution.Builder> |
serializableBuilderClass() |
StageExecutionStatus |
status()
The status of the stage, or for a completed stage, the last status of the stage.
|
String |
statusAsString()
The status of the stage, or for a completed stage, the last status of the stage.
|
StageExecution.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pipelineExecutionId()
The ID of the pipeline execution associated with the stage.
public final StageExecutionStatus status()
The status of the stage, or for a completed stage, the last status of the stage.
A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.
If the service returns an enum value that is not available in the current SDK version, status will
return StageExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.
StageExecutionStatuspublic final String statusAsString()
The status of the stage, or for a completed stage, the last status of the stage.
A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.
If the service returns an enum value that is not available in the current SDK version, status will
return StageExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.
StageExecutionStatuspublic StageExecution.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StageExecution.Builder,StageExecution>public static StageExecution.Builder builder()
public static Class<? extends StageExecution.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.