@Generated(value="software.amazon.awssdk:codegen") public final class PipelineMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipelineMetadata.Builder,PipelineMetadata>
Information about a pipeline.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PipelineMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PipelineMetadata.Builder |
builder() |
Instant |
created()
The date and time the pipeline was created, in timestamp format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
|
Instant |
pollingDisabledAt()
The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp
format.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PipelineMetadata.Builder> |
serializableBuilderClass() |
PipelineMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updated()
The date and time the pipeline was last updated, in timestamp format.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
public final Instant created()
The date and time the pipeline was created, in timestamp format.
public final Instant updated()
The date and time the pipeline was last updated, in timestamp format.
public final Instant pollingDisabledAt()
The date and time that polling for source changes (periodic checks) was stopped for the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use event-based change detection. For example, for a pipeline with a CodeCommit source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To learn more, see Migrate polling pipelines to use event-based change detection in the CodePipeline User Guide.
public PipelineMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PipelineMetadata.Builder,PipelineMetadata>public static PipelineMetadata.Builder builder()
public static Class<? extends PipelineMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.