7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
41 template <
typename StatusTypeT = Aws::String>
43 m_statusTypeHasBeenSet =
true;
44 m_statusType = std::forward<StatusTypeT>(value);
46 template <
typename StatusTypeT = Aws::String>
60 m_normalHasBeenSet =
true;
75 template <
typename StatusT = Aws::String>
77 m_statusHasBeenSet =
true;
78 m_status = std::forward<StatusT>(value);
80 template <
typename StatusT = Aws::String>
94 template <
typename MessageT = Aws::String>
96 m_messageHasBeenSet =
true;
97 m_message = std::forward<MessageT>(value);
99 template <
typename MessageT = Aws::String>
108 bool m_normal{
false};
113 bool m_statusTypeHasBeenSet =
false;
114 bool m_normalHasBeenSet =
false;
115 bool m_statusHasBeenSet =
false;
116 bool m_messageHasBeenSet =
false;
const Aws::String & GetStatus() const
void SetStatus(StatusT &&value)
void SetStatusType(StatusTypeT &&value)
AwsRdsDbStatusInfo & WithStatus(StatusT &&value)
AwsRdsDbStatusInfo & WithNormal(bool value)
const Aws::String & GetMessage() const
AwsRdsDbStatusInfo & WithStatusType(StatusTypeT &&value)
AWS_SECURITYHUB_API AwsRdsDbStatusInfo(Aws::Utils::Json::JsonView jsonValue)
AwsRdsDbStatusInfo & WithMessage(MessageT &&value)
const Aws::String & GetStatusType() const
void SetNormal(bool value)
bool StatusHasBeenSet() const
bool StatusTypeHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(MessageT &&value)
AWS_SECURITYHUB_API AwsRdsDbStatusInfo()=default
AWS_SECURITYHUB_API AwsRdsDbStatusInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
bool NormalHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue