@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetPipelineExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a GetPipelineExecution action.
NOOP
Constructor and Description |
---|
GetPipelineExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
GetPipelineExecutionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPipelineExecutionId()
The ID of the pipeline execution about which you want to get execution details.
|
String |
getPipelineName()
The name of the pipeline about which you want to get execution details.
|
int |
hashCode() |
void |
setPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution about which you want to get execution details.
|
void |
setPipelineName(String pipelineName)
The name of the pipeline about which you want to get execution details.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetPipelineExecutionRequest |
withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution about which you want to get execution details.
|
GetPipelineExecutionRequest |
withPipelineName(String pipelineName)
The name of the pipeline about which you want to get execution details.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setPipelineName(String pipelineName)
The name of the pipeline about which you want to get execution details.
pipelineName
- The name of the pipeline about which you want to get execution details.public String getPipelineName()
The name of the pipeline about which you want to get execution details.
public GetPipelineExecutionRequest withPipelineName(String pipelineName)
The name of the pipeline about which you want to get execution details.
pipelineName
- The name of the pipeline about which you want to get execution details.public void setPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution about which you want to get execution details.
pipelineExecutionId
- The ID of the pipeline execution about which you want to get execution details.public String getPipelineExecutionId()
The ID of the pipeline execution about which you want to get execution details.
public GetPipelineExecutionRequest withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution about which you want to get execution details.
pipelineExecutionId
- The ID of the pipeline execution about which you want to get execution details.public String toString()
toString
in class Object
Object.toString()
public GetPipelineExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.