@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StatusReport extends Object implements Serializable, Cloneable
A complex type that contains the status that one Amazon Route 53 health checker reports and the time of the health check.
Constructor and Description |
---|
StatusReport() |
Modifier and Type | Method and Description |
---|---|
StatusReport |
clone() |
boolean |
equals(Object obj) |
Date |
getCheckedTime()
The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC).
|
String |
getStatus()
A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health
checkers.
|
int |
hashCode() |
void |
setCheckedTime(Date checkedTime)
The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC).
|
void |
setStatus(String status)
A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health
checkers.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
StatusReport |
withCheckedTime(Date checkedTime)
The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC).
|
StatusReport |
withStatus(String status)
A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health
checkers.
|
public void setStatus(String status)
A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.
status
- A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health
checkers.public String getStatus()
A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.
public StatusReport withStatus(String status)
A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.
status
- A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health
checkers.public void setCheckedTime(Date checkedTime)
The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For
example, the value 2017-03-27T17:48:16.751Z
represents March 27, 2017 at 17:48:16.751 UTC.
checkedTime
- The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC).
For example, the value 2017-03-27T17:48:16.751Z
represents March 27, 2017 at 17:48:16.751
UTC.public Date getCheckedTime()
The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For
example, the value 2017-03-27T17:48:16.751Z
represents March 27, 2017 at 17:48:16.751 UTC.
2017-03-27T17:48:16.751Z
represents March 27, 2017 at 17:48:16.751
UTC.public StatusReport withCheckedTime(Date checkedTime)
The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For
example, the value 2017-03-27T17:48:16.751Z
represents March 27, 2017 at 17:48:16.751 UTC.
checkedTime
- The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC).
For example, the value 2017-03-27T17:48:16.751Z
represents March 27, 2017 at 17:48:16.751
UTC.public String toString()
toString
in class Object
Object.toString()
public StatusReport clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.