|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.datapipeline.model.PipelineIdName
public class PipelineIdName
Contains the name and identifier of a pipeline.
| Constructor Summary | |
|---|---|
PipelineIdName()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PipelineIdName()
| Method Detail |
|---|
public String getId()
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
public void setId(String id)
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)
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 ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||