@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetryStageExecutionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a RetryStageExecution action.
NOOP
Constructor and Description |
---|
RetryStageExecutionRequest() |
Modifier and Type | Method and Description |
---|---|
RetryStageExecutionRequest |
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 in the failed stage to be retried.
|
String |
getPipelineName()
The name of the pipeline that contains the failed stage.
|
String |
getRetryMode()
The scope of the retry attempt.
|
String |
getStageName()
The name of the failed stage to be retried.
|
int |
hashCode() |
void |
setPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution in the failed stage to be retried.
|
void |
setPipelineName(String pipelineName)
The name of the pipeline that contains the failed stage.
|
void |
setRetryMode(StageRetryMode retryMode)
The scope of the retry attempt.
|
void |
setRetryMode(String retryMode)
The scope of the retry attempt.
|
void |
setStageName(String stageName)
The name of the failed stage to be retried.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RetryStageExecutionRequest |
withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution in the failed stage to be retried.
|
RetryStageExecutionRequest |
withPipelineName(String pipelineName)
The name of the pipeline that contains the failed stage.
|
RetryStageExecutionRequest |
withRetryMode(StageRetryMode retryMode)
The scope of the retry attempt.
|
RetryStageExecutionRequest |
withRetryMode(String retryMode)
The scope of the retry attempt.
|
RetryStageExecutionRequest |
withStageName(String stageName)
The name of the failed stage to be retried.
|
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 that contains the failed stage.
pipelineName
- The name of the pipeline that contains the failed stage.public String getPipelineName()
The name of the pipeline that contains the failed stage.
public RetryStageExecutionRequest withPipelineName(String pipelineName)
The name of the pipeline that contains the failed stage.
pipelineName
- The name of the pipeline that contains the failed stage.public void setStageName(String stageName)
The name of the failed stage to be retried.
stageName
- The name of the failed stage to be retried.public String getStageName()
The name of the failed stage to be retried.
public RetryStageExecutionRequest withStageName(String stageName)
The name of the failed stage to be retried.
stageName
- The name of the failed stage to be retried.public void setPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution in the failed stage to be retried. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the failed stage
pipelineExecutionId
- The ID of the pipeline execution in the failed stage to be retried. Use the GetPipelineState action
to retrieve the current pipelineExecutionId of the failed stagepublic String getPipelineExecutionId()
The ID of the pipeline execution in the failed stage to be retried. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the failed stage
public RetryStageExecutionRequest withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution in the failed stage to be retried. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the failed stage
pipelineExecutionId
- The ID of the pipeline execution in the failed stage to be retried. Use the GetPipelineState action
to retrieve the current pipelineExecutionId of the failed stagepublic void setRetryMode(String retryMode)
The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.
retryMode
- The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.StageRetryMode
public String getRetryMode()
The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.
StageRetryMode
public RetryStageExecutionRequest withRetryMode(String retryMode)
The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.
retryMode
- The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.StageRetryMode
public void setRetryMode(StageRetryMode retryMode)
The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.
retryMode
- The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.StageRetryMode
public RetryStageExecutionRequest withRetryMode(StageRetryMode retryMode)
The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.
retryMode
- The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.StageRetryMode
public String toString()
toString
in class Object
Object.toString()
public RetryStageExecutionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.