public class CreatePipelineResult extends Object implements Serializable
Contains the output from the CreatePipeline action.
| Constructor and Description | 
|---|
| CreatePipelineResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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()
 Constraints:
 Length: 1 - 1024
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
public void setPipelineId(String pipelineId)
 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. The
         ID is a string of the form: df-06372391ZG65EXAMPLE.public CreatePipelineResult withPipelineId(String pipelineId)
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. The
         ID is a string of the form: df-06372391ZG65EXAMPLE.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.