Class EnableStageTransitionRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.codepipeline.model.EnableStageTransitionRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class EnableStageTransitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable

Represents the input of an enable stage transition action.

See Also:
  • Constructor Details

    • EnableStageTransitionRequest

      public EnableStageTransitionRequest()
  • Method Details

    • setPipelineName

      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.

      Parameters:
      pipelineName - The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
    • getPipelineName

      public String getPipelineName()

      The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.

      Returns:
      The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
    • withPipelineName

      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.

      Parameters:
      pipelineName - The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setStageName

      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).

      Parameters:
      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).
    • getStageName

      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).

      Returns:
      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).
    • withStageName

      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).

      Parameters:
      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).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setTransitionType

      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).

      Parameters:
      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).
      See Also:
    • getTransitionType

      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).

      Returns:
      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).
      See Also:
    • withTransitionType

      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).

      Parameters:
      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).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setTransitionType

      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).

      Parameters:
      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).
      See Also:
    • withTransitionType

      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).

      Parameters:
      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).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: