public class EnableStageTransitionRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the input of an enable stage transition action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
pipelineName
The name of the pipeline in which you want to enable the flow of
artifacts from one stage to another.
|
private java.lang.String |
stageName
The name of the stage where you want to enable the transition of
artifacts, either into the stage (inbound) or from that stage to the next
stage (outbound).
|
private java.lang.String |
transitionType
Specifies whether artifacts will be allowed to enter the stage and be
processed by the actions in that stage (inbound) or whether
already-processed artifacts will be allowed to transition to the next
stage (outbound).
|
NOOP
Constructor and Description |
---|
EnableStageTransitionRequest() |
Modifier and Type | Method and Description |
---|---|
EnableStageTransitionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPipelineName()
The name of the pipeline in which you want to enable the flow of
artifacts from one stage to another.
|
java.lang.String |
getStageName()
The name of the stage where you want to enable the transition of
artifacts, either into the stage (inbound) or from that stage to the next
stage (outbound).
|
java.lang.String |
getTransitionType()
Specifies whether artifacts will be allowed to enter the stage and be
processed by the actions in that stage (inbound) or whether
already-processed artifacts will be allowed to transition to the next
stage (outbound).
|
int |
hashCode() |
void |
setPipelineName(java.lang.String pipelineName)
The name of the pipeline in which you want to enable the flow of
artifacts from one stage to another.
|
void |
setStageName(java.lang.String stageName)
The name of the stage where you want to enable the transition of
artifacts, either into the stage (inbound) or from that stage to the next
stage (outbound).
|
void |
setTransitionType(StageTransitionType transitionType)
Specifies whether artifacts will be allowed to enter the stage and be
processed by the actions in that stage (inbound) or whether
already-processed artifacts will be allowed to transition to the next
stage (outbound).
|
void |
setTransitionType(java.lang.String transitionType)
Specifies whether artifacts will be allowed to enter the stage and be
processed by the actions in that stage (inbound) or whether
already-processed artifacts will be allowed to transition to the next
stage (outbound).
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EnableStageTransitionRequest |
withPipelineName(java.lang.String pipelineName)
The name of the pipeline in which you want to enable the flow of
artifacts from one stage to another.
|
EnableStageTransitionRequest |
withStageName(java.lang.String stageName)
The name of the stage where you want to enable the transition of
artifacts, either into the stage (inbound) or from that stage to the next
stage (outbound).
|
EnableStageTransitionRequest |
withTransitionType(StageTransitionType transitionType)
Specifies whether artifacts will be allowed to enter the stage and be
processed by the actions in that stage (inbound) or whether
already-processed artifacts will be allowed to transition to the next
stage (outbound).
|
EnableStageTransitionRequest |
withTransitionType(java.lang.String transitionType)
Specifies whether artifacts will be allowed to enter the stage and be
processed by the actions in that stage (inbound) or whether
already-processed artifacts will be allowed to transition to the next
stage (outbound).
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String pipelineName
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
private java.lang.String stageName
The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).
private java.lang.String transitionType
Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).
public void setPipelineName(java.lang.String pipelineName)
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
pipelineName
- The name of the pipeline in which you want to enable the flow of
artifacts from one stage to another.public java.lang.String getPipelineName()
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
public EnableStageTransitionRequest withPipelineName(java.lang.String pipelineName)
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
pipelineName
- The name of the pipeline in which you want to enable the flow of
artifacts from one stage to another.public void setStageName(java.lang.String stageName)
The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).
stageName
- The name of the stage where you want to enable the transition of
artifacts, either into the stage (inbound) or from that stage to
the next stage (outbound).public java.lang.String getStageName()
The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).
public EnableStageTransitionRequest withStageName(java.lang.String stageName)
The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).
stageName
- The name of the stage where you want to enable the transition of
artifacts, either into the stage (inbound) or from that stage to
the next stage (outbound).public void setTransitionType(java.lang.String transitionType)
Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).
transitionType
- Specifies whether artifacts will be allowed to enter the stage and
be processed by the actions in that stage (inbound) or whether
already-processed artifacts will be allowed to transition to the
next stage (outbound).StageTransitionType
public java.lang.String getTransitionType()
Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).
StageTransitionType
public EnableStageTransitionRequest withTransitionType(java.lang.String transitionType)
Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).
transitionType
- Specifies whether artifacts will be allowed to enter the stage and
be processed by the actions in that stage (inbound) or whether
already-processed artifacts will be allowed to transition to the
next stage (outbound).StageTransitionType
public void setTransitionType(StageTransitionType transitionType)
Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).
transitionType
- Specifies whether artifacts will be allowed to enter the stage and
be processed by the actions in that stage (inbound) or whether
already-processed artifacts will be allowed to transition to the
next stage (outbound).StageTransitionType
public EnableStageTransitionRequest withTransitionType(StageTransitionType transitionType)
Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).
transitionType
- Specifies whether artifacts will be allowed to enter the stage and
be processed by the actions in that stage (inbound) or whether
already-processed artifacts will be allowed to transition to the
next stage (outbound).StageTransitionType
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public EnableStageTransitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()