StructuredPojo
, ToCopyableBuilder<PipelineIdName.Builder,PipelineIdName>
@Generated("software.amazon.awssdk:codegen") public class PipelineIdName extends Object implements StructuredPojo, ToCopyableBuilder<PipelineIdName.Builder,PipelineIdName>
Contains the name and identifier of a pipeline.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PipelineIdName.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PipelineIdName.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The ID of the pipeline that was assigned by AWS Data Pipeline.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the pipeline.
|
static Class<? extends PipelineIdName.Builder> |
serializableBuilderClass() |
|
PipelineIdName.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 pipeline that was assigned by AWS Data Pipeline. This is a string of the form
df-297EG78HU43EEXAMPLE
.
df-297EG78HU43EEXAMPLE
.public String name()
The name of the pipeline.
public PipelineIdName.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PipelineIdName.Builder,PipelineIdName>
public static PipelineIdName.Builder builder()
public static Class<? extends PipelineIdName.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.