@Generated(value="software.amazon.awssdk:codegen") public final class PipelineSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipelineSummary.Builder,PipelineSummary>
A summary of a pipeline.
Modifier and Type | Class and Description |
---|---|
static interface |
PipelineSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static PipelineSummary.Builder |
builder() |
Instant |
creationTime()
The creation time of the pipeline.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastExecutionTime()
The last time that a pipeline execution began.
|
Instant |
lastModifiedTime()
The time that the pipeline was last modified.
|
String |
pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
|
String |
pipelineDescription()
The description of the pipeline.
|
String |
pipelineDisplayName()
The display name of the pipeline.
|
String |
pipelineName()
The name of the pipeline.
|
String |
roleArn()
The Amazon Resource Name (ARN) that the pipeline used to execute.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PipelineSummary.Builder> |
serializableBuilderClass() |
PipelineSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
public final String pipelineName()
The name of the pipeline.
public final String pipelineDisplayName()
The display name of the pipeline.
public final String pipelineDescription()
The description of the pipeline.
public final String roleArn()
The Amazon Resource Name (ARN) that the pipeline used to execute.
public final Instant creationTime()
The creation time of the pipeline.
public final Instant lastModifiedTime()
The time that the pipeline was last modified.
public final Instant lastExecutionTime()
The last time that a pipeline execution began.
public PipelineSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<PipelineSummary.Builder,PipelineSummary>
public static PipelineSummary.Builder builder()
public static Class<? extends PipelineSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.