@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePipelineResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreatePipelineResult () |
| Modifier and Type | Method and Description |
|---|---|
CreatePipelineResult |
clone () |
boolean |
equals (Object obj) |
String |
getPipelineArn ()
The Amazon Resource Name (ARN) of the created pipeline.
|
int |
hashCode () |
void |
setPipelineArn (String pipelineArn)
The Amazon Resource Name (ARN) of the created pipeline.
|
String |
toString ()
Returns a string representation of this object.
|
CreatePipelineResult |
withPipelineArn (String pipelineArn)
The Amazon Resource Name (ARN) of the created pipeline.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreatePipelineResult()
public void setPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the created pipeline.
pipelineArn - The Amazon Resource Name (ARN) of the created pipeline.public String getPipelineArn()
The Amazon Resource Name (ARN) of the created pipeline.
public CreatePipelineResult withPipelineArn(String pipelineArn)
The Amazon Resource Name (ARN) of the created pipeline.
pipelineArn - The Amazon Resource Name (ARN) of the created pipeline.public String toString()
toString in class Object Object.toString() public CreatePipelineResult clone()