@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePipelineResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPipelineId(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 String getPipelineId()
The ID that AWS Data Pipeline assigns the newly created pipeline. For example,
df-06372391ZG65EXAMPLE
.
df-06372391ZG65EXAMPLE
.public CreatePipelineResult withPipelineId(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 String toString()
toString
in class Object
Object.toString()
public CreatePipelineResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.