@Generated(value="software.amazon.awssdk:codegen") public final class PipelineSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipelineSummary.Builder,PipelineSummary>
Returns 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 |
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 |
name()
The name of the pipeline.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PipelineSummary.Builder> |
serializableBuilderClass() |
PipelineSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updated()
The date and time of the last update to the pipeline, in timestamp format.
|
Integer |
version()
The version number of the pipeline.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the pipeline.
public final Integer version()
The version number 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 of the last update to the pipeline, in timestamp format.
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 SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.