public class StartPipelineExecutionResult extends Object implements Serializable, Cloneable
Represents the output of a start pipeline execution action.
| Constructor and Description | 
|---|
| StartPipelineExecutionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| StartPipelineExecutionResult | clone() | 
| boolean | equals(Object obj) | 
| String | getPipelineExecutionId()
 The unique system-generated ID of the pipeline that was started. | 
| int | hashCode() | 
| void | setPipelineExecutionId(String pipelineExecutionId)
 The unique system-generated ID of the pipeline that was started. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| StartPipelineExecutionResult | withPipelineExecutionId(String pipelineExecutionId)
 The unique system-generated ID of the pipeline that was started. | 
public void setPipelineExecutionId(String pipelineExecutionId)
The unique system-generated ID of the pipeline that was started.
pipelineExecutionId - The unique system-generated ID of the pipeline that was started.public String getPipelineExecutionId()
The unique system-generated ID of the pipeline that was started.
public StartPipelineExecutionResult withPipelineExecutionId(String pipelineExecutionId)
The unique system-generated ID of the pipeline that was started.
pipelineExecutionId - The unique system-generated ID of the pipeline that was started.public String toString()
toString in class ObjectObject.toString()public StartPipelineExecutionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.