@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; useful for testing and debugging. | 
| GetPipelineExecutionResult | withPipelineExecution(PipelineExecution pipelineExecution)
 Represents information about the execution of a pipeline. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetPipelineExecutionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.