@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineExecution extends Object implements Serializable, Cloneable, StructuredPojo
An execution of a pipeline.
Constructor and Description |
---|
PipelineExecution() |
Modifier and Type | Method and Description |
---|---|
PipelineExecution |
clone() |
boolean |
equals(Object obj) |
UserContext |
getCreatedBy() |
Date |
getCreationTime()
The creation time of the pipeline execution.
|
UserContext |
getLastModifiedBy() |
Date |
getLastModifiedTime()
The time that the pipeline execution was last modified.
|
String |
getPipelineArn()
The Amazon Resource Name (ARN) of the pipeline that was executed.
|
String |
getPipelineExecutionArn()
The Amazon Resource Name (ARN) of the pipeline execution.
|
String |
getPipelineExecutionDescription()
The description of the pipeline execution.
|
String |
getPipelineExecutionDisplayName()
The display name of the pipeline execution.
|
String |
getPipelineExecutionStatus()
The status of the pipeline status.
|
List<Parameter> |
getPipelineParameters()
Contains a list of pipeline parameters.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedBy(UserContext createdBy) |
void |
setCreationTime(Date creationTime)
The creation time of the pipeline execution.
|
void |
setLastModifiedBy(UserContext lastModifiedBy) |
void |
setLastModifiedTime(Date lastModifiedTime)
The time that the pipeline execution was last modified.
|
void |
setPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline that was executed.
|
void |
setPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
void |
setPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
|
void |
setPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
|
void |
setPipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline status.
|
void |
setPipelineParameters(Collection<Parameter> pipelineParameters)
Contains a list of pipeline parameters.
|
String |
toString()
Returns a string representation of this object.
|
PipelineExecution |
withCreatedBy(UserContext createdBy) |
PipelineExecution |
withCreationTime(Date creationTime)
The creation time of the pipeline execution.
|
PipelineExecution |
withLastModifiedBy(UserContext lastModifiedBy) |
PipelineExecution |
withLastModifiedTime(Date lastModifiedTime)
The time that the pipeline execution was last modified.
|
PipelineExecution |
withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline that was executed.
|
PipelineExecution |
withPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
|
PipelineExecution |
withPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
|
PipelineExecution |
withPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
|
PipelineExecution |
withPipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)
The status of the pipeline status.
|
PipelineExecution |
withPipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline status.
|
PipelineExecution |
withPipelineParameters(Collection<Parameter> pipelineParameters)
Contains a list of pipeline parameters.
|
PipelineExecution |
withPipelineParameters(Parameter... pipelineParameters)
Contains a list of pipeline parameters.
|
public void setPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline that was executed.
pipelineArn
- The Amazon Resource Name (ARN) of the pipeline that was executed.public String getPipelineArn()
The Amazon Resource Name (ARN) of the pipeline that was executed.
public PipelineExecution withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the pipeline that was executed.
pipelineArn
- The Amazon Resource Name (ARN) of the pipeline that was executed.public void setPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionArn
- The Amazon Resource Name (ARN) of the pipeline execution.public String getPipelineExecutionArn()
The Amazon Resource Name (ARN) of the pipeline execution.
public PipelineExecution withPipelineExecutionArn(String pipelineExecutionArn)
The Amazon Resource Name (ARN) of the pipeline execution.
pipelineExecutionArn
- The Amazon Resource Name (ARN) of the pipeline execution.public void setPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
pipelineExecutionDisplayName
- The display name of the pipeline execution.public String getPipelineExecutionDisplayName()
The display name of the pipeline execution.
public PipelineExecution withPipelineExecutionDisplayName(String pipelineExecutionDisplayName)
The display name of the pipeline execution.
pipelineExecutionDisplayName
- The display name of the pipeline execution.public void setPipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline status.
pipelineExecutionStatus
- The status of the pipeline status.PipelineExecutionStatus
public String getPipelineExecutionStatus()
The status of the pipeline status.
PipelineExecutionStatus
public PipelineExecution withPipelineExecutionStatus(String pipelineExecutionStatus)
The status of the pipeline status.
pipelineExecutionStatus
- The status of the pipeline status.PipelineExecutionStatus
public PipelineExecution withPipelineExecutionStatus(PipelineExecutionStatus pipelineExecutionStatus)
The status of the pipeline status.
pipelineExecutionStatus
- The status of the pipeline status.PipelineExecutionStatus
public void setPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
pipelineExecutionDescription
- The description of the pipeline execution.public String getPipelineExecutionDescription()
The description of the pipeline execution.
public PipelineExecution withPipelineExecutionDescription(String pipelineExecutionDescription)
The description of the pipeline execution.
pipelineExecutionDescription
- The description of the pipeline execution.public void setCreationTime(Date creationTime)
The creation time of the pipeline execution.
creationTime
- The creation time of the pipeline execution.public Date getCreationTime()
The creation time of the pipeline execution.
public PipelineExecution withCreationTime(Date creationTime)
The creation time of the pipeline execution.
creationTime
- The creation time of the pipeline execution.public void setLastModifiedTime(Date lastModifiedTime)
The time that the pipeline execution was last modified.
lastModifiedTime
- The time that the pipeline execution was last modified.public Date getLastModifiedTime()
The time that the pipeline execution was last modified.
public PipelineExecution withLastModifiedTime(Date lastModifiedTime)
The time that the pipeline execution was last modified.
lastModifiedTime
- The time that the pipeline execution was last modified.public void setCreatedBy(UserContext createdBy)
createdBy
- public UserContext getCreatedBy()
public PipelineExecution withCreatedBy(UserContext createdBy)
createdBy
- public void setLastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy
- public UserContext getLastModifiedBy()
public PipelineExecution withLastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy
- public List<Parameter> getPipelineParameters()
Contains a list of pipeline parameters. This list can be empty.
public void setPipelineParameters(Collection<Parameter> pipelineParameters)
Contains a list of pipeline parameters. This list can be empty.
pipelineParameters
- Contains a list of pipeline parameters. This list can be empty.public PipelineExecution withPipelineParameters(Parameter... pipelineParameters)
Contains a list of pipeline parameters. This list can be empty.
NOTE: This method appends the values to the existing list (if any). Use
setPipelineParameters(java.util.Collection)
or withPipelineParameters(java.util.Collection)
if
you want to override the existing values.
pipelineParameters
- Contains a list of pipeline parameters. This list can be empty.public PipelineExecution withPipelineParameters(Collection<Parameter> pipelineParameters)
Contains a list of pipeline parameters. This list can be empty.
pipelineParameters
- Contains a list of pipeline parameters. This list can be empty.public String toString()
toString
in class Object
Object.toString()
public PipelineExecution clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.