7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptune/Neptune_EXPORTS.h>
43 template <
typename DBInstanceIdentifierT = Aws::String>
45 m_dBInstanceIdentifierHasBeenSet =
true;
46 m_dBInstanceIdentifier = std::forward<DBInstanceIdentifierT>(value);
48 template <
typename DBInstanceIdentifierT = Aws::String>
63 m_isClusterWriterHasBeenSet =
true;
64 m_isClusterWriter = value;
79 template <
typename DBClusterParameterGroupStatusT = Aws::String>
81 m_dBClusterParameterGroupStatusHasBeenSet =
true;
82 m_dBClusterParameterGroupStatus = std::forward<DBClusterParameterGroupStatusT>(value);
84 template <
typename DBClusterParameterGroupStatusT = Aws::String>
99 m_promotionTierHasBeenSet =
true;
100 m_promotionTier = value;
109 bool m_dBInstanceIdentifierHasBeenSet =
false;
111 bool m_isClusterWriter{
false};
112 bool m_isClusterWriterHasBeenSet =
false;
115 bool m_dBClusterParameterGroupStatusHasBeenSet =
false;
117 int m_promotionTier{0};
118 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