7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/securityhub/model/ConnectorStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
59 template<
typename MessageT = Aws::String>
60 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
61 template<
typename MessageT = Aws::String>
72 template<
typename LastCheckedAtT = Aws::Utils::DateTime>
73 void SetLastCheckedAt(LastCheckedAtT&& value) { m_lastCheckedAtHasBeenSet =
true; m_lastCheckedAt = std::forward<LastCheckedAtT>(value); }
74 template<
typename LastCheckedAtT = Aws::Utils::DateTime>
80 bool m_connectorStatusHasBeenSet =
false;
83 bool m_messageHasBeenSet =
false;
86 bool m_lastCheckedAtHasBeenSet =
false;
AWS_SECURITYHUB_API HealthCheck & operator=(Aws::Utils::Json::JsonView jsonValue)
ConnectorStatus GetConnectorStatus() const
HealthCheck & WithConnectorStatus(ConnectorStatus value)
HealthCheck & WithLastCheckedAt(LastCheckedAtT &&value)
AWS_SECURITYHUB_API HealthCheck(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLastCheckedAt(LastCheckedAtT &&value)
const Aws::String & GetMessage() const
HealthCheck & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
const Aws::Utils::DateTime & GetLastCheckedAt() const
bool LastCheckedAtHasBeenSet() const
bool MessageHasBeenSet() const
bool ConnectorStatusHasBeenSet() const
AWS_SECURITYHUB_API HealthCheck()=default
void SetConnectorStatus(ConnectorStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue