7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename StatusTypeT = Aws::String>
49 void SetStatusType(StatusTypeT&& value) { m_statusTypeHasBeenSet =
true; m_statusType = std::forward<StatusTypeT>(value); }
50 template<
typename StatusTypeT = Aws::String>
60 inline void SetNormal(
bool value) { m_normalHasBeenSet =
true; m_normal = value; }
70 template<
typename StatusT = Aws::String>
71 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
72 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;
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