@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OverrideStageConditionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
OverrideStageConditionRequest() |
| Modifier and Type | Method and Description |
|---|---|
OverrideStageConditionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getConditionType()
The type of condition to override for the stage, such as entry conditions, failure conditions, or success
conditions.
|
String |
getPipelineExecutionId()
The ID of the pipeline execution for the override.
|
String |
getPipelineName()
The name of the pipeline with the stage that will override the condition.
|
String |
getStageName()
The name of the stage for the override.
|
int |
hashCode() |
void |
setConditionType(String conditionType)
The type of condition to override for the stage, such as entry conditions, failure conditions, or success
conditions.
|
void |
setPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution for the override.
|
void |
setPipelineName(String pipelineName)
The name of the pipeline with the stage that will override the condition.
|
void |
setStageName(String stageName)
The name of the stage for the override.
|
String |
toString()
Returns a string representation of this object.
|
OverrideStageConditionRequest |
withConditionType(ConditionType conditionType)
The type of condition to override for the stage, such as entry conditions, failure conditions, or success
conditions.
|
OverrideStageConditionRequest |
withConditionType(String conditionType)
The type of condition to override for the stage, such as entry conditions, failure conditions, or success
conditions.
|
OverrideStageConditionRequest |
withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution for the override.
|
OverrideStageConditionRequest |
withPipelineName(String pipelineName)
The name of the pipeline with the stage that will override the condition.
|
OverrideStageConditionRequest |
withStageName(String stageName)
The name of the stage for the override.
|
addHandlerContext, copyBaseTo, 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 with the stage that will override the condition.
pipelineName - The name of the pipeline with the stage that will override the condition.public String getPipelineName()
The name of the pipeline with the stage that will override the condition.
public OverrideStageConditionRequest withPipelineName(String pipelineName)
The name of the pipeline with the stage that will override the condition.
pipelineName - The name of the pipeline with the stage that will override the condition.public void setStageName(String stageName)
The name of the stage for the override.
stageName - The name of the stage for the override.public String getStageName()
The name of the stage for the override.
public OverrideStageConditionRequest withStageName(String stageName)
The name of the stage for the override.
stageName - The name of the stage for the override.public void setPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution for the override.
pipelineExecutionId - The ID of the pipeline execution for the override.public String getPipelineExecutionId()
The ID of the pipeline execution for the override.
public OverrideStageConditionRequest withPipelineExecutionId(String pipelineExecutionId)
The ID of the pipeline execution for the override.
pipelineExecutionId - The ID of the pipeline execution for the override.public void setConditionType(String conditionType)
The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions.
conditionType - The type of condition to override for the stage, such as entry conditions, failure conditions, or success
conditions.ConditionTypepublic String getConditionType()
The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions.
ConditionTypepublic OverrideStageConditionRequest withConditionType(String conditionType)
The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions.
conditionType - The type of condition to override for the stage, such as entry conditions, failure conditions, or success
conditions.ConditionTypepublic OverrideStageConditionRequest withConditionType(ConditionType conditionType)
The type of condition to override for the stage, such as entry conditions, failure conditions, or success conditions.
conditionType - The type of condition to override for the stage, such as entry conditions, failure conditions, or success
conditions.ConditionTypepublic String toString()
toString in class ObjectObject.toString()public OverrideStageConditionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.