7#include <aws/neptune/Neptune_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>
86 inline void SetPromotionTier(
int value) { m_promotionTierHasBeenSet =
true; m_promotionTier = value; }
92 bool m_dBInstanceIdentifierHasBeenSet =
false;
94 bool m_isClusterWriter{
false};
95 bool m_isClusterWriterHasBeenSet =
false;
98 bool m_dBClusterParameterGroupStatusHasBeenSet =
false;
100 int m_promotionTier{0};
101 bool m_promotionTierHasBeenSet =
false;
void SetDBInstanceIdentifier(DBInstanceIdentifierT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_NEPTUNE_API DBClusterMember & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
DBClusterMember & WithDBClusterParameterGroupStatus(DBClusterParameterGroupStatusT &&value)
int GetPromotionTier() const
DBClusterMember & WithPromotionTier(int value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool PromotionTierHasBeenSet() const
DBClusterMember & WithIsClusterWriter(bool value)
void SetDBClusterParameterGroupStatus(DBClusterParameterGroupStatusT &&value)
bool GetIsClusterWriter() const
DBClusterMember & WithDBInstanceIdentifier(DBInstanceIdentifierT &&value)
bool DBInstanceIdentifierHasBeenSet() const
const Aws::String & GetDBInstanceIdentifier() const
AWS_NEPTUNE_API DBClusterMember(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetDBClusterParameterGroupStatus() const
bool DBClusterParameterGroupStatusHasBeenSet() const
void SetPromotionTier(int value)
void SetIsClusterWriter(bool value)
bool IsClusterWriterHasBeenSet() const
AWS_NEPTUNE_API DBClusterMember()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream