@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableStageTransitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of an EnableStageTransition action.
NOOP
Constructor and Description |
---|
EnableStageTransitionRequest() |
Modifier and Type | Method and Description |
---|---|
EnableStageTransitionRequest |
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 enable the flow of artifacts from one stage to another.
|
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).
|
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(String pipelineName)
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
|
void |
setStageName(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(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).
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EnableStageTransitionRequest |
withPipelineName(String pipelineName)
The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
|
EnableStageTransitionRequest |
withStageName(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(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).
|
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 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 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(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(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 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(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(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 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(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 String toString()
toString
in class Object
Object.toString()
public EnableStageTransitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.