@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)
Marshalls this structured data using the given
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 ConditionExecution()
public void setStatus(String status)
The status of the run for a condition.
status - The status of the run for a condition.ConditionExecutionStatus public String getStatus()
The status of the run for a condition.
ConditionExecutionStatus public ConditionExecution withStatus(String status)
The status of the run for a condition.
status - The status of the run for a condition.ConditionExecutionStatus public ConditionExecution withStatus(ConditionExecutionStatus status)
The status of the run for a condition.
status - The status of the run for a condition.ConditionExecutionStatus public 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 Object Object.toString() public ConditionExecution clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo ProtocolMarshaller.marshall in interface StructuredPojo protocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.