@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartPipelineExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a StartPipelineExecution 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 execution that was started.
|
int |
hashCode() |
void |
setPipelineExecutionId(String pipelineExecutionId)
The unique system-generated ID of the pipeline execution 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 execution that was started.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPipelineExecutionId(String pipelineExecutionId)
The unique system-generated ID of the pipeline execution that was started.
pipelineExecutionId
- The unique system-generated ID of the pipeline execution that was started.public String getPipelineExecutionId()
The unique system-generated ID of the pipeline execution that was started.
public StartPipelineExecutionResult withPipelineExecutionId(String pipelineExecutionId)
The unique system-generated ID of the pipeline execution that was started.
pipelineExecutionId
- The unique system-generated ID of the pipeline execution that was started.public String toString()
toString
in class Object
Object.toString()
public StartPipelineExecutionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.