|
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.PipelineDescription
public class PipelineDescription
Contains pipeline metadata.
Constructor Summary | |
---|---|
PipelineDescription()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Description of the pipeline. |
java.util.List<Field> |
getFields()
A list of read-only fields that contain metadata about the pipeline: |
java.lang.String |
getName()
Name of the pipeline. |
java.lang.String |
getPipelineId()
The pipeline identifier that was assigned by AWS Data Pipeline. |
int |
hashCode()
|
void |
setDescription(java.lang.String description)
Description of the pipeline. |
void |
setFields(java.util.Collection<Field> fields)
A list of read-only fields that contain metadata about the pipeline: |
void |
setName(java.lang.String name)
Name of the pipeline. |
void |
setPipelineId(java.lang.String pipelineId)
The pipeline identifier that was assigned by AWS Data Pipeline. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PipelineDescription |
withDescription(java.lang.String description)
Description of the pipeline. |
PipelineDescription |
withFields(java.util.Collection<Field> fields)
A list of read-only fields that contain metadata about the pipeline: |
PipelineDescription |
withFields(Field... fields)
A list of read-only fields that contain metadata about the pipeline: |
PipelineDescription |
withName(java.lang.String name)
Name of the pipeline. |
PipelineDescription |
withPipelineId(java.lang.String pipelineId)
The pipeline identifier that was assigned by AWS Data Pipeline. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PipelineDescription()
Method Detail |
---|
public java.lang.String getPipelineId()
df-297EG78HU43EEXAMPLE
.
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
df-297EG78HU43EEXAMPLE
.public void setPipelineId(java.lang.String pipelineId)
df-297EG78HU43EEXAMPLE
.
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
pipelineId
- The pipeline identifier that was assigned by AWS Data Pipeline. This
is a string of the form df-297EG78HU43EEXAMPLE
.public PipelineDescription withPipelineId(java.lang.String pipelineId)
df-297EG78HU43EEXAMPLE
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
pipelineId
- The pipeline identifier that was assigned by AWS Data Pipeline. This
is a string of the form df-297EG78HU43EEXAMPLE
.
public java.lang.String getName()
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
public void setName(java.lang.String name)
Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*
name
- Name of the pipeline.public PipelineDescription withName(java.lang.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 java.util.List<Field> getFields()
public void setFields(java.util.Collection<Field> fields)
fields
- A list of read-only fields that contain metadata about the pipeline:public PipelineDescription withFields(Field... fields)
fields
- A list of read-only fields that contain metadata about the pipeline:
public PipelineDescription withFields(java.util.Collection<Field> fields)
fields
- A list of read-only fields that contain metadata about the pipeline:
public java.lang.String getDescription()
Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*
public void setDescription(java.lang.String description)
Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*
description
- Description of the pipeline.public PipelineDescription withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*
description
- Description of the pipeline.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |