@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineSummary extends Object implements Serializable, Cloneable, StructuredPojo
Returns a summary of a pipeline.
Constructor and Description |
---|
PipelineSummary() |
Modifier and Type | Method and Description |
---|---|
PipelineSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreated()
The date and time the pipeline was created, in timestamp format.
|
String |
getName()
The name of the pipeline.
|
String |
getPipelineType()
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can
tailor your pipeline features and cost to the needs of your applications.
|
Date |
getUpdated()
The date and time of the last update to the pipeline, in timestamp format.
|
Integer |
getVersion()
The version number of the pipeline.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreated(Date created)
The date and time the pipeline was created, in timestamp format.
|
void |
setName(String name)
The name of the pipeline.
|
void |
setPipelineType(String pipelineType)
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can
tailor your pipeline features and cost to the needs of your applications.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
PipelineSummary |
withCreated(Date created)
The date and time the pipeline was created, in timestamp format.
|
PipelineSummary |
withName(String name)
The name of the pipeline.
|
PipelineSummary |
withPipelineType(PipelineType pipelineType)
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can
tailor your pipeline features and cost to the needs of your applications.
|
PipelineSummary |
withPipelineType(String pipelineType)
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can
tailor your pipeline features and cost to the needs of your applications.
|
PipelineSummary |
withUpdated(Date updated)
The date and time of the last update to the pipeline, in timestamp format.
|
PipelineSummary |
withVersion(Integer version)
The version number of the pipeline.
|
public void setName(String name)
The name of the pipeline.
name
- The name of the pipeline.public String getName()
The name of the pipeline.
public PipelineSummary withName(String name)
The name of the pipeline.
name
- The name of the pipeline.public void setVersion(Integer version)
The version number of the pipeline.
version
- The version number of the pipeline.public Integer getVersion()
The version number of the pipeline.
public PipelineSummary withVersion(Integer version)
The version number of the pipeline.
version
- The version number of the pipeline.public void setPipelineType(String pipelineType)
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.
V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.
V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.
Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.
For information about pricing for CodePipeline, see Pricing.
For information about which type of pipeline to choose, see What type of pipeline is right for me?.
V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
pipelineType
- CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you
can tailor your pipeline features and cost to the needs of your applications.
V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.
V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.
Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.
For information about pricing for CodePipeline, see Pricing.
For information about which type of pipeline to choose, see What type of pipeline is right for me?.
V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
PipelineType
public String getPipelineType()
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.
V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.
V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.
Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.
For information about pricing for CodePipeline, see Pricing.
For information about which type of pipeline to choose, see What type of pipeline is right for me?.
V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.
V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.
Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.
For information about pricing for CodePipeline, see Pricing.
For information about which type of pipeline to choose, see What type of pipeline is right for me?.
V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
PipelineType
public PipelineSummary withPipelineType(String pipelineType)
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.
V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.
V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.
Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.
For information about pricing for CodePipeline, see Pricing.
For information about which type of pipeline to choose, see What type of pipeline is right for me?.
V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
pipelineType
- CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you
can tailor your pipeline features and cost to the needs of your applications.
V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.
V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.
Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.
For information about pricing for CodePipeline, see Pricing.
For information about which type of pipeline to choose, see What type of pipeline is right for me?.
V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
PipelineType
public PipelineSummary withPipelineType(PipelineType pipelineType)
CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.
V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.
V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.
Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.
For information about pricing for CodePipeline, see Pricing.
For information about which type of pipeline to choose, see What type of pipeline is right for me?.
V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
pipelineType
- CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you
can tailor your pipeline features and cost to the needs of your applications.
V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.
V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.
Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.
For information about pricing for CodePipeline, see Pricing.
For information about which type of pipeline to choose, see What type of pipeline is right for me?.
V2 type pipelines, along with triggers on Git tags and pipeline-level variables, are not currently supported for CloudFormation and CDK resources in CodePipeline. For more information about V2 type pipelines, see Pipeline types in the CodePipeline User Guide.
PipelineType
public void setCreated(Date created)
The date and time the pipeline was created, in timestamp format.
created
- The date and time the pipeline was created, in timestamp format.public Date getCreated()
The date and time the pipeline was created, in timestamp format.
public PipelineSummary withCreated(Date created)
The date and time the pipeline was created, in timestamp format.
created
- The date and time the pipeline was created, in timestamp format.public void setUpdated(Date updated)
The date and time of the last update to the pipeline, in timestamp format.
updated
- The date and time of the last update to the pipeline, in timestamp format.public Date getUpdated()
The date and time of the last update to the pipeline, in timestamp format.
public PipelineSummary withUpdated(Date updated)
The date and time of the last update to the pipeline, in timestamp format.
updated
- The date and time of the last update to the pipeline, in timestamp format.public String toString()
toString
in class Object
Object.toString()
public PipelineSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.