@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StageConditionsExecution extends Object implements Serializable, Cloneable, StructuredPojo
Represents information about the run of a condition for a stage.
| Constructor and Description |
|---|
StageConditionsExecution() |
| Modifier and Type | Method and Description |
|---|---|
StageConditionsExecution |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of a run of a condition for a stage.
|
String |
getSummary()
A summary of the run of the condition for a stage.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setStatus(String status)
The status of a run of a condition for a stage.
|
void |
setSummary(String summary)
A summary of the run of the condition for a stage.
|
String |
toString()
Returns a string representation of this object.
|
StageConditionsExecution |
withStatus(ConditionExecutionStatus status)
The status of a run of a condition for a stage.
|
StageConditionsExecution |
withStatus(String status)
The status of a run of a condition for a stage.
|
StageConditionsExecution |
withSummary(String summary)
A summary of the run of the condition for a stage.
|
public void setStatus(String status)
The status of a run of a condition for a stage.
status - The status of a run of a condition for a stage.ConditionExecutionStatuspublic String getStatus()
The status of a run of a condition for a stage.
ConditionExecutionStatuspublic StageConditionsExecution withStatus(String status)
The status of a run of a condition for a stage.
status - The status of a run of a condition for a stage.ConditionExecutionStatuspublic StageConditionsExecution withStatus(ConditionExecutionStatus status)
The status of a run of a condition for a stage.
status - The status of a run of a condition for a stage.ConditionExecutionStatuspublic void setSummary(String summary)
A summary of the run of the condition for a stage.
summary - A summary of the run of the condition for a stage.public String getSummary()
A summary of the run of the condition for a stage.
public StageConditionsExecution withSummary(String summary)
A summary of the run of the condition for a stage.
summary - A summary of the run of the condition for a stage.public String toString()
toString in class ObjectObject.toString()public StageConditionsExecution clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.