/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A complex type that contains the status that one Amazon Route 53 health
* checker reports and the time of the health check.See Also:
AWS
* API Reference
A description of the status of the health check endpoint as reported by one * of the Amazon Route 53 health checkers.
*/ inline const Aws::String& GetStatus() const{ return m_status; } /** *A description of the status of the health check endpoint as reported by one * of the Amazon Route 53 health checkers.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *A description of the status of the health check endpoint as reported by one * of the Amazon Route 53 health checkers.
*/ inline void SetStatus(const Aws::String& value) { m_statusHasBeenSet = true; m_status = value; } /** *A description of the status of the health check endpoint as reported by one * of the Amazon Route 53 health checkers.
*/ inline void SetStatus(Aws::String&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *A description of the status of the health check endpoint as reported by one * of the Amazon Route 53 health checkers.
*/ inline void SetStatus(const char* value) { m_statusHasBeenSet = true; m_status.assign(value); } /** *A description of the status of the health check endpoint as reported by one * of the Amazon Route 53 health checkers.
*/ inline StatusReport& WithStatus(const Aws::String& value) { SetStatus(value); return *this;} /** *A description of the status of the health check endpoint as reported by one * of the Amazon Route 53 health checkers.
*/ inline StatusReport& WithStatus(Aws::String&& value) { SetStatus(std::move(value)); return *this;} /** *A description of the status of the health check endpoint as reported by one * of the Amazon Route 53 health checkers.
*/ inline StatusReport& WithStatus(const char* value) { SetStatus(value); return *this;} /** *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.
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.
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.
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.
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.
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.