Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class CreatePipelineResult

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

public class CreatePipelineResult
extends Object
implements Serializable

Contains the output from the CreatePipeline action.

See Also:
Serialized Form

Constructor Summary
CreatePipelineResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getPipelineId()
          The ID that AWS Data Pipeline assigns the newly created pipeline.
 int hashCode()
           
 void setPipelineId(String pipelineId)
          The ID that AWS Data Pipeline assigns the newly created pipeline.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CreatePipelineResult withPipelineId(String pipelineId)
          The ID that AWS Data Pipeline assigns the newly created pipeline.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreatePipelineResult

public CreatePipelineResult()
Method Detail

getPipelineId

public String getPipelineId()
The ID that AWS Data Pipeline assigns the newly created pipeline. The ID is a string of the form: df-06372391ZG65EXAMPLE.

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

Returns:
The ID that AWS Data Pipeline assigns the newly created pipeline. The ID is a string of the form: df-06372391ZG65EXAMPLE.

setPipelineId

public void setPipelineId(String pipelineId)
The ID that AWS Data Pipeline assigns the newly created pipeline. The ID is a string of the form: df-06372391ZG65EXAMPLE.

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

Parameters:
pipelineId - The ID that AWS Data Pipeline assigns the newly created pipeline. The ID is a string of the form: df-06372391ZG65EXAMPLE.

withPipelineId

public CreatePipelineResult withPipelineId(String pipelineId)
The ID that AWS Data Pipeline assigns the newly created pipeline. The ID is a string of the form: df-06372391ZG65EXAMPLE.

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 ID that AWS Data Pipeline assigns the newly created pipeline. The ID is a string of the form: df-06372391ZG65EXAMPLE.
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.