@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopPipelineExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StopPipelineExecutionResult() |
Modifier and Type | Method and Description |
---|---|
StopPipelineExecutionResult |
clone() |
boolean |
equals(Object obj) |
String |
getPipelineExecutionId()
The unique system-generated ID of the pipeline execution that was stopped.
|
int |
hashCode() |
void |
setPipelineExecutionId(String pipelineExecutionId)
The unique system-generated ID of the pipeline execution that was stopped.
|
String |
toString()
Returns a string representation of this object.
|
StopPipelineExecutionResult |
withPipelineExecutionId(String pipelineExecutionId)
The unique system-generated ID of the pipeline execution that was stopped.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPipelineExecutionId(String pipelineExecutionId)
The unique system-generated ID of the pipeline execution that was stopped.
pipelineExecutionId
- The unique system-generated ID of the pipeline execution that was stopped.public String getPipelineExecutionId()
The unique system-generated ID of the pipeline execution that was stopped.
public StopPipelineExecutionResult withPipelineExecutionId(String pipelineExecutionId)
The unique system-generated ID of the pipeline execution that was stopped.
pipelineExecutionId
- The unique system-generated ID of the pipeline execution that was stopped.public String toString()
toString
in class Object
Object.toString()
public StopPipelineExecutionResult clone()