StructuredPojo
, ToCopyableBuilder<StageExecution.Builder,StageExecution>
@Generated("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 | Description |
---|---|---|
static interface |
StageExecution.Builder |
Modifier and Type | Method | Description |
---|---|---|
static StageExecution.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
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() |
|
String |
status() |
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() |
public String pipelineExecutionId()
The ID of the pipeline execution associated with the stage.
public String status()
The status of the stage, or for a completed stage, the last status of the stage.
StageExecutionStatus
public StageExecution.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StageExecution.Builder,StageExecution>
public static StageExecution.Builder builder()
public static Class<? extends StageExecution.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.