public class CreatePipelineResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of CreatePipeline.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
pipelineId
The ID that AWS Data Pipeline assigns the newly created pipeline.
|
Constructor and Description |
---|
CreatePipelineResult() |
Modifier and Type | Method and Description |
---|---|
CreatePipelineResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPipelineId()
The ID that AWS Data Pipeline assigns the newly created pipeline.
|
int |
hashCode() |
void |
setPipelineId(java.lang.String pipelineId)
The ID that AWS Data Pipeline assigns the newly created pipeline.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreatePipelineResult |
withPipelineId(java.lang.String pipelineId)
The ID that AWS Data Pipeline assigns the newly created pipeline.
|
private java.lang.String pipelineId
The ID that AWS Data Pipeline assigns the newly created pipeline. For
example, df-06372391ZG65EXAMPLE
.
public void setPipelineId(java.lang.String pipelineId)
The ID that AWS Data Pipeline assigns the newly created pipeline. For
example, df-06372391ZG65EXAMPLE
.
pipelineId
- The ID that AWS Data Pipeline assigns the newly created pipeline.
For example, df-06372391ZG65EXAMPLE
.public java.lang.String getPipelineId()
The ID that AWS Data Pipeline assigns the newly created pipeline. For
example, df-06372391ZG65EXAMPLE
.
df-06372391ZG65EXAMPLE
.public CreatePipelineResult withPipelineId(java.lang.String pipelineId)
The ID that AWS Data Pipeline assigns the newly created pipeline. For
example, df-06372391ZG65EXAMPLE
.
pipelineId
- The ID that AWS Data Pipeline assigns the newly created pipeline.
For example, df-06372391ZG65EXAMPLE
.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreatePipelineResult clone()
clone
in class java.lang.Object