@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, waitcopypublic String pipelineArn()
The Amazon Resource Name (ARN) of the pipeline.
public String pipelineName()
The name of the pipeline.
public String pipelineDisplayName()
The display name of the pipeline.
public String pipelineDescription()
The description of the pipeline.
public String roleArn()
The Amazon Resource Name (ARN) that the pipeline used to execute.
public Instant creationTime()
The creation time of the pipeline.
public Instant lastModifiedTime()
The time that the pipeline was last modified.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.