@Generated(value="software.amazon.awssdk:codegen") public class PipelineSummary extends Object implements StructuredPojo, 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
name()
The name of the pipeline.
|
static Class<? extends PipelineSummary.Builder> |
serializableBuilderClass() |
PipelineSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Instant |
updated()
The date and time of the last update to the pipeline, in timestamp format.
|
Integer |
version()
The version number of the pipeline.
|
copypublic String name()
The name of the pipeline.
public Integer version()
The version number of the pipeline.
public Instant created()
The date and time the pipeline was created, in timestamp format.
public Instant updated()
The date and time of the last update to the pipeline, in timestamp format.
public PipelineSummary.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<PipelineSummary.Builder,PipelineSummary>public static PipelineSummary.Builder builder()
public static Class<? extends PipelineSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.