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>
49 template<
typename DBClusterOptionGroupNameT = Aws::String>
50 void SetDBClusterOptionGroupName(DBClusterOptionGroupNameT&& value) { m_dBClusterOptionGroupNameHasBeenSet =
true; m_dBClusterOptionGroupName = std::forward<DBClusterOptionGroupNameT>(value); }
51 template<
typename DBClusterOptionGroupNameT = Aws::String>
61 template<
typename StatusT = Aws::String>
62 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
63 template<
typename StatusT = Aws::String>
69 bool m_dBClusterOptionGroupNameHasBeenSet =
false;
72 bool m_statusHasBeenSet =
false;
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
DBClusterOptionGroupStatus & WithStatus(StatusT &&value)
AWS_RDS_API DBClusterOptionGroupStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStatus(StatusT &&value)
const Aws::String & GetDBClusterOptionGroupName() const
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetStatus() const
bool StatusHasBeenSet() const
DBClusterOptionGroupStatus & WithDBClusterOptionGroupName(DBClusterOptionGroupNameT &&value)
void SetDBClusterOptionGroupName(DBClusterOptionGroupNameT &&value)
bool DBClusterOptionGroupNameHasBeenSet() const
AWS_RDS_API DBClusterOptionGroupStatus()=default
AWS_RDS_API DBClusterOptionGroupStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream