@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPipelineExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a GetPipelineExecution action.
| Constructor and Description |
|---|
GetPipelineExecutionResult () |
| Modifier and Type | Method and Description |
|---|---|
GetPipelineExecutionResult |
clone () |
boolean |
equals (Object obj) |
PipelineExecution |
getPipelineExecution ()
Represents information about the execution of a pipeline.
|
int |
hashCode () |
void |
setPipelineExecution (PipelineExecution pipelineExecution)
Represents information about the execution of a pipeline.
|
String |
toString ()
Returns a string representation of this object.
|
GetPipelineExecutionResult |
withPipelineExecution (PipelineExecution pipelineExecution)
Represents information about the execution of a pipeline.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public GetPipelineExecutionResult()
public void setPipelineExecution(PipelineExecution pipelineExecution)
Represents information about the execution of a pipeline.
pipelineExecution - Represents information about the execution of a pipeline.public PipelineExecution getPipelineExecution()
Represents information about the execution of a pipeline.
public GetPipelineExecutionResult withPipelineExecution(PipelineExecution pipelineExecution)
Represents information about the execution of a pipeline.
pipelineExecution - Represents information about the execution of a pipeline.public String toString()
toString in class Object Object.toString() public GetPipelineExecutionResult clone()