@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisableStageTransitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a DisableStageTransition action.
NOOP
Constructor and Description |
---|
DisableStageTransitionRequest() |
Modifier and Type | Method and Description |
---|---|
DisableStageTransitionRequest |
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 in which you want to disable the flow of artifacts from one stage to another.
|
String |
getReason()
The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests.
|
String |
getStageName()
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
|
String |
getTransitionType()
Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the
actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by
the actions in that stage (outbound).
|
int |
hashCode() |
void |
setPipelineName(String pipelineName)
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
|
void |
setReason(String reason)
The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests.
|
void |
setStageName(String stageName)
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
|
void |
setTransitionType(StageTransitionType transitionType)
Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the
actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by
the actions in that stage (outbound).
|
void |
setTransitionType(String transitionType)
Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the
actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by
the actions in that stage (outbound).
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisableStageTransitionRequest |
withPipelineName(String pipelineName)
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
|
DisableStageTransitionRequest |
withReason(String reason)
The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests.
|
DisableStageTransitionRequest |
withStageName(String stageName)
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
|
DisableStageTransitionRequest |
withTransitionType(StageTransitionType transitionType)
Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the
actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by
the actions in that stage (outbound).
|
DisableStageTransitionRequest |
withTransitionType(String transitionType)
Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the
actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by
the actions in that stage (outbound).
|
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 in which you want to disable the flow of artifacts from one stage to another.
pipelineName
- The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.public String getPipelineName()
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
public DisableStageTransitionRequest withPipelineName(String pipelineName)
The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
pipelineName
- The name of the pipeline in which you want to disable the flow of artifacts from one stage to another.public void setStageName(String stageName)
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
stageName
- The name of the stage where you want to disable the inbound or outbound transition of artifacts.public String getStageName()
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
public DisableStageTransitionRequest withStageName(String stageName)
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
stageName
- The name of the stage where you want to disable the inbound or outbound transition of artifacts.public void setTransitionType(String transitionType)
Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by the actions in that stage (outbound).
transitionType
- Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the
actions in that stage (inbound), or prevented from transitioning from the stage after they have been
processed by the actions in that stage (outbound).StageTransitionType
public String getTransitionType()
Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by the actions in that stage (outbound).
StageTransitionType
public DisableStageTransitionRequest withTransitionType(String transitionType)
Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by the actions in that stage (outbound).
transitionType
- Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the
actions in that stage (inbound), or prevented from transitioning from the stage after they have been
processed by the actions in that stage (outbound).StageTransitionType
public void setTransitionType(StageTransitionType transitionType)
Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by the actions in that stage (outbound).
transitionType
- Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the
actions in that stage (inbound), or prevented from transitioning from the stage after they have been
processed by the actions in that stage (outbound).StageTransitionType
public DisableStageTransitionRequest withTransitionType(StageTransitionType transitionType)
Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the actions in that stage (inbound), or prevented from transitioning from the stage after they have been processed by the actions in that stage (outbound).
transitionType
- Specifies whether artifacts will be prevented from transitioning into the stage and being processed by the
actions in that stage (inbound), or prevented from transitioning from the stage after they have been
processed by the actions in that stage (outbound).StageTransitionType
public void setReason(String reason)
The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests. This message is displayed in the pipeline console UI.
reason
- The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests.
This message is displayed in the pipeline console UI.public String getReason()
The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests. This message is displayed in the pipeline console UI.
public DisableStageTransitionRequest withReason(String reason)
The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests. This message is displayed in the pipeline console UI.
reason
- The reason given to the user why a stage is disabled, such as waiting for manual approval or manual tests.
This message is displayed in the pipeline console UI.public String toString()
toString
in class Object
Object.toString()
public DisableStageTransitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.