StructuredPojo
, ToCopyableBuilder<PipelineObject.Builder,PipelineObject>
@Generated("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 | Description |
---|---|---|
static interface |
PipelineObject.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PipelineObject.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<Field> |
fields() |
Key-value pairs that define the properties of the object.
|
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() |
public 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.
public PipelineObject.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PipelineObject.Builder,PipelineObject>
public static PipelineObject.Builder builder()
public static Class<? extends PipelineObject.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.