@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAvailabilityMonitorTestResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAvailabilityMonitorTestResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAvailabilityMonitorTestResult |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayARN() |
Date |
getStartTime()
The time the high availability monitoring test was started.
|
String |
getStatus()
The status of the high availability monitoring test.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN) |
void |
setStartTime(Date startTime)
The time the high availability monitoring test was started.
|
void |
setStatus(String status)
The status of the high availability monitoring test.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAvailabilityMonitorTestResult |
withGatewayARN(String gatewayARN) |
DescribeAvailabilityMonitorTestResult |
withStartTime(Date startTime)
The time the high availability monitoring test was started.
|
DescribeAvailabilityMonitorTestResult |
withStatus(AvailabilityMonitorTestStatus status)
The status of the high availability monitoring test.
|
DescribeAvailabilityMonitorTestResult |
withStatus(String status)
The status of the high availability monitoring test.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeAvailabilityMonitorTestResult()
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public DescribeAvailabilityMonitorTestResult withGatewayARN(String gatewayARN)
gatewayARN
- public void setStatus(String status)
The status of the high availability monitoring test. If a test hasn't been performed, the value of this field is null.
status
- The status of the high availability monitoring test. If a test hasn't been performed, the value of this
field is null.AvailabilityMonitorTestStatus
public String getStatus()
The status of the high availability monitoring test. If a test hasn't been performed, the value of this field is null.
AvailabilityMonitorTestStatus
public DescribeAvailabilityMonitorTestResult withStatus(String status)
The status of the high availability monitoring test. If a test hasn't been performed, the value of this field is null.
status
- The status of the high availability monitoring test. If a test hasn't been performed, the value of this
field is null.AvailabilityMonitorTestStatus
public DescribeAvailabilityMonitorTestResult withStatus(AvailabilityMonitorTestStatus status)
The status of the high availability monitoring test. If a test hasn't been performed, the value of this field is null.
status
- The status of the high availability monitoring test. If a test hasn't been performed, the value of this
field is null.AvailabilityMonitorTestStatus
public void setStartTime(Date startTime)
The time the high availability monitoring test was started. If a test hasn't been performed, the value of this field is null.
startTime
- The time the high availability monitoring test was started. If a test hasn't been performed, the value of
this field is null.public Date getStartTime()
The time the high availability monitoring test was started. If a test hasn't been performed, the value of this field is null.
public DescribeAvailabilityMonitorTestResult withStartTime(Date startTime)
The time the high availability monitoring test was started. If a test hasn't been performed, the value of this field is null.
startTime
- The time the high availability monitoring test was started. If a test hasn't been performed, the value of
this field is null.public String toString()
toString
in class Object
Object.toString()
public DescribeAvailabilityMonitorTestResult clone()