public class PipelineIdName extends Object implements Serializable, Cloneable
Contains the name and identifier of a pipeline.
| Constructor and Description |
|---|
PipelineIdName() |
| Modifier and Type | Method and Description |
|---|---|
PipelineIdName |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the pipeline that was assigned by AWS Data Pipeline.
|
String |
getName()
The name of the pipeline.
|
int |
hashCode() |
void |
setId(String id)
The ID of the pipeline that was assigned by AWS Data Pipeline.
|
void |
setName(String name)
The name of the pipeline.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PipelineIdName |
withId(String id)
The ID of the pipeline that was assigned by AWS Data Pipeline.
|
PipelineIdName |
withName(String name)
The name of the pipeline.
|
public void setId(String id)
The ID of the pipeline that was assigned by AWS Data Pipeline. This is a
string of the form df-297EG78HU43EEXAMPLE.
id - The ID of the pipeline that was assigned by AWS Data Pipeline.
This is a string of the form df-297EG78HU43EEXAMPLE.public String getId()
The ID of the pipeline that was assigned by AWS Data Pipeline. This is a
string of the form df-297EG78HU43EEXAMPLE.
df-297EG78HU43EEXAMPLE.public PipelineIdName withId(String id)
The ID of the pipeline that was assigned by AWS Data Pipeline. This is a
string of the form df-297EG78HU43EEXAMPLE.
id - The ID of the pipeline that was assigned by AWS Data Pipeline.
This is a string of the form df-297EG78HU43EEXAMPLE.public void setName(String name)
The name of the pipeline.
name - The name of the pipeline.public String getName()
The name of the pipeline.
public PipelineIdName withName(String name)
The name of the pipeline.
name - The name of the pipeline.public String toString()
toString in class ObjectObject.toString()public PipelineIdName clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.