@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StageConditionState extends Object implements Serializable, Cloneable, StructuredPojo
The state of a run of a condition for a stage.
Constructor and Description |
---|
StageConditionState() |
Modifier and Type | Method and Description |
---|---|
StageConditionState |
clone() |
boolean |
equals(Object obj) |
List<ConditionState> |
getConditionStates()
The states of the conditions for a run of a condition for a stage.
|
StageConditionsExecution |
getLatestExecution()
Represents information about the latest run of a condition for a stage.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConditionStates(Collection<ConditionState> conditionStates)
The states of the conditions for a run of a condition for a stage.
|
void |
setLatestExecution(StageConditionsExecution latestExecution)
Represents information about the latest run of a condition for a stage.
|
String |
toString()
Returns a string representation of this object.
|
StageConditionState |
withConditionStates(Collection<ConditionState> conditionStates)
The states of the conditions for a run of a condition for a stage.
|
StageConditionState |
withConditionStates(ConditionState... conditionStates)
The states of the conditions for a run of a condition for a stage.
|
StageConditionState |
withLatestExecution(StageConditionsExecution latestExecution)
Represents information about the latest run of a condition for a stage.
|
public void setLatestExecution(StageConditionsExecution latestExecution)
Represents information about the latest run of a condition for a stage.
latestExecution
- Represents information about the latest run of a condition for a stage.public StageConditionsExecution getLatestExecution()
Represents information about the latest run of a condition for a stage.
public StageConditionState withLatestExecution(StageConditionsExecution latestExecution)
Represents information about the latest run of a condition for a stage.
latestExecution
- Represents information about the latest run of a condition for a stage.public List<ConditionState> getConditionStates()
The states of the conditions for a run of a condition for a stage.
public void setConditionStates(Collection<ConditionState> conditionStates)
The states of the conditions for a run of a condition for a stage.
conditionStates
- The states of the conditions for a run of a condition for a stage.public StageConditionState withConditionStates(ConditionState... conditionStates)
The states of the conditions for a run of a condition for a stage.
NOTE: This method appends the values to the existing list (if any). Use
setConditionStates(java.util.Collection)
or withConditionStates(java.util.Collection)
if you
want to override the existing values.
conditionStates
- The states of the conditions for a run of a condition for a stage.public StageConditionState withConditionStates(Collection<ConditionState> conditionStates)
The states of the conditions for a run of a condition for a stage.
conditionStates
- The states of the conditions for a run of a condition for a stage.public String toString()
toString
in class Object
Object.toString()
public StageConditionState clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.