@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineExecutionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about a pipeline execution.
Constructor and Description |
---|
PipelineExecutionSummary() |
Modifier and Type | Method and Description |
---|---|
PipelineExecutionSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getLastUpdateTime()
The date and time of the last change to the pipeline execution, in timestamp format.
|
String |
getPipelineExecutionId()
The ID of the pipeline execution.
|
Date |
getStartTime()
The date and time when the pipeline execution began, in timestamp format.
|
String |
getStatus()
The status of the pipeline execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLastUpdateTime(Date lastUpdateTime)
The date and time of the last change to the pipeline execution, in timestamp format.
|
void |
setPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution.
|
void |
setStartTime(Date startTime)
The date and time when the pipeline execution began, in timestamp format.
|
void |
setStatus(PipelineExecutionStatus status)
The status of the pipeline execution.
|
void |
setStatus(String status)
The status of the pipeline execution.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PipelineExecutionSummary |
withLastUpdateTime(Date lastUpdateTime)
The date and time of the last change to the pipeline execution, in timestamp format.
|
PipelineExecutionSummary |
withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution.
|
PipelineExecutionSummary |
withStartTime(Date startTime)
The date and time when the pipeline execution began, in timestamp format.
|
PipelineExecutionSummary |
withStatus(PipelineExecutionStatus status)
The status of the pipeline execution.
|
PipelineExecutionSummary |
withStatus(String status)
The status of the pipeline execution.
|
public void setPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution.
pipelineExecutionId
- The ID of the pipeline execution.public String getPipelineExecutionId()
The ID of the pipeline execution.
public PipelineExecutionSummary withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution.
pipelineExecutionId
- The ID of the pipeline execution.public void setStatus(String status)
The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
status
- The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
PipelineExecutionStatus
public String getStatus()
The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
PipelineExecutionStatus
public PipelineExecutionSummary withStatus(String status)
The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
status
- The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
PipelineExecutionStatus
public void setStatus(PipelineExecutionStatus status)
The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
status
- The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
PipelineExecutionStatus
public PipelineExecutionSummary withStatus(PipelineExecutionStatus status)
The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
status
- The status of the pipeline execution.
InProgress: The pipeline execution is currently running.
Succeeded: The pipeline execution was completed successfully.
Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead.
Failed: The pipeline execution was not completed successfully.
PipelineExecutionStatus
public void setStartTime(Date startTime)
The date and time when the pipeline execution began, in timestamp format.
startTime
- The date and time when the pipeline execution began, in timestamp format.public Date getStartTime()
The date and time when the pipeline execution began, in timestamp format.
public PipelineExecutionSummary withStartTime(Date startTime)
The date and time when the pipeline execution began, in timestamp format.
startTime
- The date and time when the pipeline execution began, in timestamp format.public void setLastUpdateTime(Date lastUpdateTime)
The date and time of the last change to the pipeline execution, in timestamp format.
lastUpdateTime
- The date and time of the last change to the pipeline execution, in timestamp format.public Date getLastUpdateTime()
The date and time of the last change to the pipeline execution, in timestamp format.
public PipelineExecutionSummary withLastUpdateTime(Date lastUpdateTime)
The date and time of the last change to the pipeline execution, in timestamp format.
lastUpdateTime
- The date and time of the last change to the pipeline execution, in timestamp format.public String toString()
toString
in class Object
Object.toString()
public PipelineExecutionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.