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 DBInstanceIdentifierT = Aws::String>
50 void SetDBInstanceIdentifier(DBInstanceIdentifierT&& value) { m_dBInstanceIdentifierHasBeenSet =
true; m_dBInstanceIdentifier = std::forward<DBInstanceIdentifierT>(value); }
51 template<
typename DBInstanceIdentifierT = Aws::String>
62 inline void SetIsClusterWriter(
bool value) { m_isClusterWriterHasBeenSet =
true; m_isClusterWriter = value; }
73 template<
typename DBClusterParameterGroupStatusT = Aws::String>
74 void SetDBClusterParameterGroupStatus(DBClusterParameterGroupStatusT&& value) { m_dBClusterParameterGroupStatusHasBeenSet =
true; m_dBClusterParameterGroupStatus = std::forward<DBClusterParameterGroupStatusT>(value); }
75 template<
typename DBClusterParameterGroupStatusT = Aws::String>
90 inline void SetPromotionTier(
int value) { m_promotionTierHasBeenSet =
true; m_promotionTier = value; }
96 bool m_dBInstanceIdentifierHasBeenSet =
false;
98 bool m_isClusterWriter{
false};
99 bool m_isClusterWriterHasBeenSet =
false;
102 bool m_dBClusterParameterGroupStatusHasBeenSet =
false;
104 int m_promotionTier{0};
105 bool m_promotionTierHasBeenSet =
false;
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetPromotionTier(int value)
DBClusterMember & WithIsClusterWriter(bool value)
void SetDBInstanceIdentifier(DBInstanceIdentifierT &&value)
int GetPromotionTier() const
DBClusterMember & WithDBClusterParameterGroupStatus(DBClusterParameterGroupStatusT &&value)
bool PromotionTierHasBeenSet() const
const Aws::String & GetDBInstanceIdentifier() const
bool DBClusterParameterGroupStatusHasBeenSet() const
AWS_RDS_API DBClusterMember & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool IsClusterWriterHasBeenSet() const
bool GetIsClusterWriter() const
void SetDBClusterParameterGroupStatus(DBClusterParameterGroupStatusT &&value)
AWS_RDS_API DBClusterMember()=default
bool DBInstanceIdentifierHasBeenSet() const
DBClusterMember & WithPromotionTier(int value)
DBClusterMember & WithDBInstanceIdentifier(DBInstanceIdentifierT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_RDS_API DBClusterMember(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetIsClusterWriter(bool value)
const Aws::String & GetDBClusterParameterGroupStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream