Class CreatePipelineResult
java.lang.Object
com.amazonaws.services.datapipeline.model.CreatePipelineResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the output of CreatePipeline.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe ID that AWS Data Pipeline assigns the newly created pipeline.inthashCode()voidsetPipelineId(String pipelineId) The ID that AWS Data Pipeline assigns the newly created pipeline.toString()Returns a string representation of this object; useful for testing and debugging.withPipelineId(String pipelineId) The ID that AWS Data Pipeline assigns the newly created pipeline.
-
Constructor Details
-
CreatePipelineResult
public CreatePipelineResult()
-
-
Method Details
-
setPipelineId
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-