Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class PipelineIdName

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

public class PipelineIdName
extends Object
implements Serializable

Contains the name and identifier of a pipeline.

See Also:
Serialized Form

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

PipelineIdName

public PipelineIdName()
Method Detail

getId

public String getId()
Identifier of the pipeline 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:
Identifier of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

setId

public void setId(String id)
Identifier of the pipeline 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:
id - Identifier of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.

withId

public PipelineIdName withId(String id)
Identifier of the pipeline 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:
id - Identifier of the pipeline 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 PipelineIdName 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.

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.