public class PipelineIdName extends Object implements Serializable
Contains the name and identifier of a pipeline.
Constructor and Description |
---|
PipelineIdName() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getId()
Identifier of the pipeline that was assigned by AWS Data Pipeline.
|
String |
getName()
Name of the pipeline.
|
int |
hashCode() |
void |
setId(String id)
Identifier of the pipeline that was assigned by AWS Data Pipeline.
|
void |
setName(String name)
Name of the pipeline.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PipelineIdName |
withId(String id)
Identifier of the pipeline that was assigned by AWS Data Pipeline.
|
PipelineIdName |
withName(String name)
Name of the pipeline.
|
public String getId()
df-297EG78HU43EEXAMPLE
.
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
df-297EG78HU43EEXAMPLE
.public void setId(String id)
df-297EG78HU43EEXAMPLE
.
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
id
- Identifier of the pipeline that was assigned by AWS Data Pipeline.
This is a string of the form df-297EG78HU43EEXAMPLE
.public PipelineIdName withId(String id)
df-297EG78HU43EEXAMPLE
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
id
- Identifier of the pipeline that was assigned by AWS Data Pipeline.
This is a string of the form df-297EG78HU43EEXAMPLE
.public String getName()
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
public void setName(String name)
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
name
- Name of the pipeline.public PipelineIdName withName(String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [ --�𐀀-\r\n\t]*
name
- Name of the pipeline.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.