Class PipelineSummary
java.lang.Object
com.amazonaws.services.codepipeline.model.PipelineSummary
- All Implemented Interfaces:
Serializable
,Cloneable
Returns a summary of a pipeline.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The date and time the pipeline was created, in timestamp format.getName()
The name of the pipeline.The date and time of the last update to the pipeline, in timestamp format.The version number of the pipeline.int
hashCode()
void
setCreated
(Date created) The date and time the pipeline was created, in timestamp format.void
The name of the pipeline.void
setUpdated
(Date updated) The date and time of the last update to the pipeline, in timestamp format.void
setVersion
(Integer version) The version number of the pipeline.toString()
Returns a string representation of this object; useful for testing and debugging.withCreated
(Date created) The date and time the pipeline was created, in timestamp format.The name of the pipeline.withUpdated
(Date updated) The date and time of the last update to the pipeline, in timestamp format.withVersion
(Integer version) The version number of the pipeline.
-
Constructor Details
-
PipelineSummary
public PipelineSummary()
-
-
Method Details
-
setName
The name of the pipeline.
- Parameters:
name
- The name of the pipeline.
-
getName
The name of the pipeline.
- Returns:
- The name of the pipeline.
-
withName
The name of the pipeline.
- Parameters:
name
- The name of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVersion
The version number of the pipeline.
- Parameters:
version
- The version number of the pipeline.
-
getVersion
The version number of the pipeline.
- Returns:
- The version number of the pipeline.
-
withVersion
The version number of the pipeline.
- Parameters:
version
- The version number of the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreated
The date and time the pipeline was created, in timestamp format.
- Parameters:
created
- The date and time the pipeline was created, in timestamp format.
-
getCreated
The date and time the pipeline was created, in timestamp format.
- Returns:
- The date and time the pipeline was created, in timestamp format.
-
withCreated
The date and time the pipeline was created, in timestamp format.
- Parameters:
created
- The date and time the pipeline was created, in timestamp format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUpdated
The date and time of the last update to the pipeline, in timestamp format.
- Parameters:
updated
- The date and time of the last update to the pipeline, in timestamp format.
-
getUpdated
The date and time of the last update to the pipeline, in timestamp format.
- Returns:
- The date and time of the last update to the pipeline, in timestamp format.
-
withUpdated
The date and time of the last update to the pipeline, in timestamp format.
- Parameters:
updated
- The date and time of the last update to the pipeline, in timestamp format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-