public class StartPipelineExecutionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a start pipeline execution action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
pipelineExecutionId
The unique system-generated ID of the pipeline that was started.
|
Constructor and Description |
---|
StartPipelineExecutionResult() |
Modifier and Type | Method and Description |
---|---|
StartPipelineExecutionResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPipelineExecutionId()
The unique system-generated ID of the pipeline that was started.
|
int |
hashCode() |
void |
setPipelineExecutionId(java.lang.String pipelineExecutionId)
The unique system-generated ID of the pipeline that was started.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartPipelineExecutionResult |
withPipelineExecutionId(java.lang.String pipelineExecutionId)
The unique system-generated ID of the pipeline that was started.
|
private java.lang.String pipelineExecutionId
The unique system-generated ID of the pipeline that was started.
public void setPipelineExecutionId(java.lang.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 java.lang.String getPipelineExecutionId()
The unique system-generated ID of the pipeline that was started.
public StartPipelineExecutionResult withPipelineExecutionId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public StartPipelineExecutionResult clone()
clone
in class java.lang.Object