7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename StatusTypeT = Aws::String>
48 void SetStatusType(StatusTypeT&& value) { m_statusTypeHasBeenSet =
true; m_statusType = std::forward<StatusTypeT>(value); }
49 template<
typename StatusTypeT = Aws::String>
59 inline void SetNormal(
bool value) { m_normalHasBeenSet =
true; m_normal = value; }
69 template<
typename StatusT = Aws::String>
70 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
71 template<
typename StatusT = Aws::String>
82 template<
typename MessageT = Aws::String>
83 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
84 template<
typename MessageT = Aws::String>
90 bool m_statusTypeHasBeenSet =
false;
93 bool m_normalHasBeenSet =
false;
96 bool m_statusHasBeenSet =
false;
99 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