Class StageState
java.lang.Object
com.amazonaws.services.codepipeline.model.StageState
- All Implemented Interfaces:
Serializable
,Cloneable
Represents information about the state of the stage.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The state of the stage.The state of the inbound transition, which is either enabled or disabled.The name of the stage.int
hashCode()
void
setActionStates
(Collection<ActionState> actionStates) The state of the stage.void
setInboundTransitionState
(TransitionState inboundTransitionState) The state of the inbound transition, which is either enabled or disabled.void
setStageName
(String stageName) The name of the stage.toString()
Returns a string representation of this object; useful for testing and debugging.withActionStates
(ActionState... actionStates) The state of the stage.withActionStates
(Collection<ActionState> actionStates) The state of the stage.withInboundTransitionState
(TransitionState inboundTransitionState) The state of the inbound transition, which is either enabled or disabled.withStageName
(String stageName) The name of the stage.
-
Constructor Details
-
StageState
public StageState()
-
-
Method Details
-
setStageName
The name of the stage.
- Parameters:
stageName
- The name of the stage.
-
getStageName
The name of the stage.
- Returns:
- The name of the stage.
-
withStageName
The name of the stage.
- Parameters:
stageName
- The name of the stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setInboundTransitionState
The state of the inbound transition, which is either enabled or disabled.
- Parameters:
inboundTransitionState
- The state of the inbound transition, which is either enabled or disabled.
-
getInboundTransitionState
The state of the inbound transition, which is either enabled or disabled.
- Returns:
- The state of the inbound transition, which is either enabled or disabled.
-
withInboundTransitionState
The state of the inbound transition, which is either enabled or disabled.
- Parameters:
inboundTransitionState
- The state of the inbound transition, which is either enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getActionStates
The state of the stage.
- Returns:
- The state of the stage.
-
setActionStates
The state of the stage.
- Parameters:
actionStates
- The state of the stage.
-
withActionStates
The state of the stage.
NOTE: This method appends the values to the existing list (if any). Use
setActionStates(java.util.Collection)
orwithActionStates(java.util.Collection)
if you want to override the existing values.- Parameters:
actionStates
- The state of the stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withActionStates
The state of the stage.
- Parameters:
actionStates
- The state of the stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-