|
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.PipelineObject
public class PipelineObject
Contains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.
| Constructor Summary | |
|---|---|
PipelineObject()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<Field> |
getFields()
Key-value pairs that define the properties of the object. |
String |
getId()
Identifier of the object. |
String |
getName()
Name of the object. |
int |
hashCode()
|
void |
setFields(Collection<Field> fields)
Key-value pairs that define the properties of the object. |
void |
setId(String id)
Identifier of the object. |
void |
setName(String name)
Name of the object. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PipelineObject |
withFields(Collection<Field> fields)
Key-value pairs that define the properties of the object. |
PipelineObject |
withFields(Field... fields)
Key-value pairs that define the properties of the object. |
PipelineObject |
withId(String id)
Identifier of the object. |
PipelineObject |
withName(String name)
Name of the object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PipelineObject()
| 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 object.public PipelineObject 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 object.
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 object.public PipelineObject 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 object.
public List<Field> getFields()
public void setFields(Collection<Field> fields)
fields - Key-value pairs that define the properties of the object.public PipelineObject withFields(Field... fields)
Returns a reference to this object so that method calls can be chained together.
fields - Key-value pairs that define the properties of the object.
public PipelineObject withFields(Collection<Field> fields)
Returns a reference to this object so that method calls can be chained together.
fields - Key-value pairs that define the properties of the object.
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 | ||||||