Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class PipelineDescription

java.lang.Object
  extended by com.amazonaws.services.datapipeline.model.PipelineDescription
All Implemented Interfaces:
Serializable

public class PipelineDescription
extends Object
implements Serializable

Contains pipeline metadata.

See Also:
Serialized Form

Constructor Summary
PipelineDescription()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Description of the pipeline.
 List<Field> getFields()
          A list of read-only fields that contain metadata about the pipeline:
 String getName()
          Name of the pipeline.
 String getPipelineId()
          The pipeline identifier that was assigned by AWS Data Pipeline.
 int hashCode()
           
 void setDescription(String description)
          Description of the pipeline.
 void setFields(Collection<Field> fields)
          A list of read-only fields that contain metadata about the pipeline:
 void setName(String name)
          Name of the pipeline.
 void setPipelineId(String pipelineId)
          The pipeline identifier that was assigned by AWS Data Pipeline.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 PipelineDescription withDescription(String description)
          Description of the pipeline.
 PipelineDescription withFields(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(String name)
          Name of the pipeline.
 PipelineDescription withPipelineId(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

PipelineDescription

public PipelineDescription()
Method Detail

getPipelineId

public String getPipelineId()
The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*

Returns:
The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

setPipelineId

public void setPipelineId(String pipelineId)
The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
pipelineId - The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

withPipelineId

public PipelineDescription withPipelineId(String pipelineId)
The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
pipelineId - The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.
Returns:
A reference to this updated object so that method calls can be chained together.

getName

public String getName()
Name of the pipeline.

Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*

Returns:
Name of the pipeline.

setName

public void setName(String name)
Name of the pipeline.

Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
name - Name of the pipeline.

withName

public PipelineDescription withName(String name)
Name of the pipeline.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
name - Name of the pipeline.
Returns:
A reference to this updated object so that method calls can be chained together.

getFields

public List<Field> getFields()
A list of read-only fields that contain metadata about the pipeline:

Returns:
A list of read-only fields that contain metadata about the pipeline:

setFields

public void setFields(Collection<Field> fields)
A list of read-only fields that contain metadata about the pipeline:

Parameters:
fields - A list of read-only fields that contain metadata about the pipeline:

withFields

public PipelineDescription withFields(Field... fields)
A list of read-only fields that contain metadata about the pipeline:

Parameters:
fields - A list of read-only fields that contain metadata about the pipeline:
Returns:
A reference to this updated object so that method calls can be chained together.

withFields

public PipelineDescription withFields(Collection<Field> fields)
A list of read-only fields that contain metadata about the pipeline:

Parameters:
fields - A list of read-only fields that contain metadata about the pipeline:
Returns:
A reference to this updated object so that method calls can be chained together.

getDescription

public String getDescription()
Description of the pipeline.

Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*

Returns:
Description of the pipeline.

setDescription

public void setDescription(String description)
Description of the pipeline.

Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
description - Description of the pipeline.

withDescription

public PipelineDescription withDescription(String description)
Description of the pipeline.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 0 - 1024
Pattern: [ -??-??-?\r\n\t]*

Parameters:
description - Description of the pipeline.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.