Class CreatePipelineResult
- java.lang.Object
-
- com.amazonaws.services.datapipeline.model.CreatePipelineResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class CreatePipelineResult extends Object implements Serializable, Cloneable
Contains the output of CreatePipeline.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreatePipelineResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreatePipelineResult
clone()
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.
-
-
-
Method Detail
-
setPipelineId
public void setPipelineId(String pipelineId)
The ID that AWS Data Pipeline assigns the newly created pipeline. For example,
df-06372391ZG65EXAMPLE
.- Parameters:
pipelineId
- The ID that AWS Data Pipeline assigns the newly created pipeline. For example,df-06372391ZG65EXAMPLE
.
-
getPipelineId
public String getPipelineId()
The ID that AWS Data Pipeline assigns the newly created pipeline. For example,
df-06372391ZG65EXAMPLE
.- Returns:
- The ID that AWS Data Pipeline assigns the newly created pipeline.
For example,
df-06372391ZG65EXAMPLE
.
-
withPipelineId
public CreatePipelineResult withPipelineId(String pipelineId)
The ID that AWS Data Pipeline assigns the newly created pipeline. For example,
df-06372391ZG65EXAMPLE
.- Parameters:
pipelineId
- The ID that AWS Data Pipeline assigns the newly created pipeline. For example,df-06372391ZG65EXAMPLE
.- Returns:
- Returns a reference to this 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 classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreatePipelineResult clone()
-
-