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 String getId()
df-297EG78HU43EEXAMPLE
.
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
df-297EG78HU43EEXAMPLE
.public void setId(String id)
df-297EG78HU43EEXAMPLE
.
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
id
- The ID 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: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
id
- The ID 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: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setName(String name)
Constraints:
Length: 1 - 1024
Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
name
- The 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: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
name
- The name of the pipeline.public String toString()
toString
in class Object
Object.toString()
public PipelineIdName clone()
Copyright © 2015. All rights reserved.