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