@Generated(value="software.amazon.awssdk:codegen") public final class PipelineIdName extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipelineIdName.Builder,PipelineIdName>
Contains the name and identifier of a pipeline.
Modifier and Type | Class and Description |
---|---|
static interface |
PipelineIdName.Builder |
Modifier and Type | Method and Description |
---|---|
static PipelineIdName.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the pipeline that was assigned by AWS Data Pipeline.
|
String |
name()
The name of the pipeline.
|
List<SdkField<?>> |
sdkFields() |
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() |
copy
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()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.