public class PipelineDescription
extends java.lang.Object
implements java.io.Serializable
Contains pipeline metadata.
| コンストラクタと説明 |
|---|
PipelineDescription() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object