@Generated(value="software.amazon.awssdk:codegen") public class PipelineObject extends Object implements StructuredPojo, ToCopyableBuilder<PipelineObject.Builder,PipelineObject>
Contains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PipelineObject.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PipelineObject.Builder |
builder() |
boolean |
equals(Object obj) |
List<Field> |
fields()
Key-value pairs that define the properties of the object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the object.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
name()
The name of the object.
|
static Class<? extends PipelineObject.Builder> |
serializableBuilderClass() |
PipelineObject.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String id()
The ID of the object.
public String name()
The name of the object.
public List<Field> fields()
Key-value pairs that define the properties of the object.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public PipelineObject.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<PipelineObject.Builder,PipelineObject>public static PipelineObject.Builder builder()
public static Class<? extends PipelineObject.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.