@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)
Marshalls this structured data using the given
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; useful for testing and debugging.
|
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.
status - The status of the stage, or for a completed stage, the last status of the stage.StageExecutionStatuspublic String getStatus()
The status of the stage, or for a completed stage, the last status of the stage.
StageExecutionStatuspublic StageExecution withStatus(String status)
The status of the stage, or for a completed stage, the last status of the stage.
status - The status of the stage, or for a completed stage, the last status of the stage.StageExecutionStatuspublic void setStatus(StageExecutionStatus status)
The status of the stage, or for a completed stage, the last status of the stage.
status - The status of the stage, or for a completed stage, the last status of the stage.StageExecutionStatuspublic StageExecution withStatus(StageExecutionStatus status)
The status of the stage, or for a completed stage, the last status of the stage.
status - The status of the stage, or for a completed stage, the last status of the stage.StageExecutionStatuspublic String toString()
toString in class ObjectObject.toString()public StageExecution clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.