@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StageExecution extends Object implements Serializable, Cloneable, StructuredPojo
Represents information about the run of a stage.
| Constructor and Description |
|---|
StageExecution() |
| Modifier and Type | Method and Description |
|---|---|
StageExecution |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineExecutionId()
The ID of the pipeline execution associated with the stage.
|
String |
getStatus()
The status of the stage, or for a completed stage, the last status of the stage.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution associated with the stage.
|
void |
setStatus(StageExecutionStatus status)
The status of the stage, or for a completed stage, the last status of the stage.
|
void |
setStatus(String status)
The status of the stage, or for a completed stage, the last status of the stage.
|
String |
toString()
Returns a string representation of this object.
|
StageExecution |
withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution associated with the stage.
|
StageExecution |
withStatus(StageExecutionStatus status)
The status of the stage, or for a completed stage, the last status of the stage.
|
StageExecution |
withStatus(String status)
The status of the stage, or for a completed stage, the last status of the stage.
|
public void setPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution associated with the stage.
pipelineExecutionId - The ID of the pipeline execution associated with the stage.public String getPipelineExecutionId()
The ID of the pipeline execution associated with the stage.
public StageExecution withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution associated with the stage.
pipelineExecutionId - The ID of the pipeline execution associated with the stage.public void setStatus(String 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.
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.
StageExecutionStatuspublic String getStatus()
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.
A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.
StageExecutionStatuspublic StageExecution withStatus(String 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.
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.
StageExecutionStatuspublic void setStatus(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.
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.
StageExecutionStatuspublic StageExecution withStatus(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.
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.
StageExecutionStatuspublic String toString()
toString in class ObjectObject.toString()public StageExecution clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.