public class CreatePipelineResult extends Object implements Serializable, Cloneable
Contains the output of CreatePipeline.
| Constructor and Description | 
|---|
| CreatePipelineResult() | 
| Modifier and Type | Method and 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. | 
public String getPipelineId()
df-06372391ZG65EXAMPLE.
 
 Constraints:
 Length: 1 - 1024
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
df-06372391ZG65EXAMPLE.public void setPipelineId(String pipelineId)
df-06372391ZG65EXAMPLE.
 
 Constraints:
 Length: 1 - 1024
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
pipelineId - The ID that AWS Data Pipeline assigns the newly created pipeline. For
         example, df-06372391ZG65EXAMPLE.public CreatePipelineResult withPipelineId(String pipelineId)
df-06372391ZG65EXAMPLE.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 1 - 1024
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
pipelineId - The ID that AWS Data Pipeline assigns the newly created pipeline. For
         example, df-06372391ZG65EXAMPLE.public String toString()
toString in class ObjectObject.toString()public CreatePipelineResult clone()
Copyright © 2015. All rights reserved.