@Generated(value="software.amazon.awssdk:codegen") public class StageExecution extends Object implements StructuredPojo, 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
pipelineExecutionId()
The ID of the pipeline execution associated with the stage.
|
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String pipelineExecutionId()
The ID of the pipeline execution associated with the stage.
public StageExecutionStatus status()
The status of the stage, or for a completed stage, the last status of the stage.
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().
StageExecutionStatuspublic String statusAsString()
The status of the stage, or for a completed stage, the last status of the stage.
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().
StageExecutionStatuspublic StageExecution.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<StageExecution.Builder,StageExecution>public static StageExecution.Builder builder()
public static Class<? extends StageExecution.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.