7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rds/RDS_EXPORTS.h>
42 template <
typename StatusTypeT = Aws::String>
44 m_statusTypeHasBeenSet =
true;
45 m_statusType = std::forward<StatusTypeT>(value);
47 template <
typename StatusTypeT = Aws::String>
61 m_normalHasBeenSet =
true;
76 template <
typename StatusT = Aws::String>
78 m_statusHasBeenSet =
true;
79 m_status = std::forward<StatusT>(value);
81 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;
DBClusterStatusInfo & WithMessage(MessageT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
const Aws::String & GetMessage() const
void SetNormal(bool value)
const Aws::String & GetStatus() const
DBClusterStatusInfo & WithStatusType(StatusTypeT &&value)
const Aws::String & GetStatusType() const
void SetMessage(MessageT &&value)
AWS_RDS_API DBClusterStatusInfo & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStatus(StatusT &&value)
AWS_RDS_API DBClusterStatusInfo(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DBClusterStatusInfo & WithStatus(StatusT &&value)
bool NormalHasBeenSet() const
bool StatusTypeHasBeenSet() const
void SetStatusType(StatusTypeT &&value)
AWS_RDS_API DBClusterStatusInfo()=default
bool StatusHasBeenSet() const
bool MessageHasBeenSet() const
DBClusterStatusInfo & WithNormal(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream