@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RollbackStageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RollbackStageRequest() |
| Modifier and Type | Method and Description |
|---|---|
RollbackStageRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPipelineName()
The name of the pipeline for which the stage will be rolled back.
|
String |
getStageName()
The name of the stage in the pipeline to be rolled back.
|
String |
getTargetPipelineExecutionId()
The pipeline execution ID for the stage to be rolled back to.
|
int |
hashCode() |
void |
setPipelineName(String pipelineName)
The name of the pipeline for which the stage will be rolled back.
|
void |
setStageName(String stageName)
The name of the stage in the pipeline to be rolled back.
|
void |
setTargetPipelineExecutionId(String targetPipelineExecutionId)
The pipeline execution ID for the stage to be rolled back to.
|
String |
toString()
Returns a string representation of this object.
|
RollbackStageRequest |
withPipelineName(String pipelineName)
The name of the pipeline for which the stage will be rolled back.
|
RollbackStageRequest |
withStageName(String stageName)
The name of the stage in the pipeline to be rolled back.
|
RollbackStageRequest |
withTargetPipelineExecutionId(String targetPipelineExecutionId)
The pipeline execution ID for the stage to be rolled back to.
|
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, withSdkRequestTimeoutpublic void setPipelineName(String pipelineName)
The name of the pipeline for which the stage will be rolled back.
pipelineName - The name of the pipeline for which the stage will be rolled back.public String getPipelineName()
The name of the pipeline for which the stage will be rolled back.
public RollbackStageRequest withPipelineName(String pipelineName)
The name of the pipeline for which the stage will be rolled back.
pipelineName - The name of the pipeline for which the stage will be rolled back.public void setStageName(String stageName)
The name of the stage in the pipeline to be rolled back.
stageName - The name of the stage in the pipeline to be rolled back.public String getStageName()
The name of the stage in the pipeline to be rolled back.
public RollbackStageRequest withStageName(String stageName)
The name of the stage in the pipeline to be rolled back.
stageName - The name of the stage in the pipeline to be rolled back.public void setTargetPipelineExecutionId(String targetPipelineExecutionId)
The pipeline execution ID for the stage to be rolled back to.
targetPipelineExecutionId - The pipeline execution ID for the stage to be rolled back to.public String getTargetPipelineExecutionId()
The pipeline execution ID for the stage to be rolled back to.
public RollbackStageRequest withTargetPipelineExecutionId(String targetPipelineExecutionId)
The pipeline execution ID for the stage to be rolled back to.
targetPipelineExecutionId - The pipeline execution ID for the stage to be rolled back to.public String toString()
toString in class ObjectObject.toString()public RollbackStageRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()