@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.
|
String |
getType()
The type of pipeline execution for the stage, such as a rollback pipeline execution.
|
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.
|
void |
setType(ExecutionType type)
The type of pipeline execution for the stage, such as a rollback pipeline execution.
|
void |
setType(String type)
The type of pipeline execution for the stage, such as a rollback pipeline execution.
|
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.
|
StageExecution |
withType(ExecutionType type)
The type of pipeline execution for the stage, such as a rollback pipeline execution.
|
StageExecution |
withType(String type)
The type of pipeline execution for the stage, such as a rollback pipeline execution.
|
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 void setType(String type)
The type of pipeline execution for the stage, such as a rollback pipeline execution.
type - The type of pipeline execution for the stage, such as a rollback pipeline execution.ExecutionTypepublic String getType()
The type of pipeline execution for the stage, such as a rollback pipeline execution.
ExecutionTypepublic StageExecution withType(String type)
The type of pipeline execution for the stage, such as a rollback pipeline execution.
type - The type of pipeline execution for the stage, such as a rollback pipeline execution.ExecutionTypepublic void setType(ExecutionType type)
The type of pipeline execution for the stage, such as a rollback pipeline execution.
type - The type of pipeline execution for the stage, such as a rollback pipeline execution.ExecutionTypepublic StageExecution withType(ExecutionType type)
The type of pipeline execution for the stage, such as a rollback pipeline execution.
type - The type of pipeline execution for the stage, such as a rollback pipeline execution.ExecutionTypepublic String toString()
toString in class ObjectObject.toString()public StageExecution clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.