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>
51 template<
typename DBClusterParameterGroupNameT = Aws::String>
52 void SetDBClusterParameterGroupName(DBClusterParameterGroupNameT&& value) { m_dBClusterParameterGroupNameHasBeenSet =
true; m_dBClusterParameterGroupName = std::forward<DBClusterParameterGroupNameT>(value); }
53 template<
typename DBClusterParameterGroupNameT = Aws::String>
64 template<
typename DBParameterGroupFamilyT = Aws::String>
65 void SetDBParameterGroupFamily(DBParameterGroupFamilyT&& value) { m_dBParameterGroupFamilyHasBeenSet =
true; m_dBParameterGroupFamily = std::forward<DBParameterGroupFamilyT>(value); }
66 template<
typename DBParameterGroupFamilyT = Aws::String>
77 template<
typename DescriptionT = Aws::String>
78 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
79 template<
typename DescriptionT = Aws::String>
89 template<
typename DBClusterParameterGroupArnT = Aws::String>
90 void SetDBClusterParameterGroupArn(DBClusterParameterGroupArnT&& value) { m_dBClusterParameterGroupArnHasBeenSet =
true; m_dBClusterParameterGroupArn = std::forward<DBClusterParameterGroupArnT>(value); }
91 template<
typename DBClusterParameterGroupArnT = Aws::String>
97 bool m_dBClusterParameterGroupNameHasBeenSet =
false;
100 bool m_dBParameterGroupFamilyHasBeenSet =
false;
103 bool m_descriptionHasBeenSet =
false;
106 bool m_dBClusterParameterGroupArnHasBeenSet =
false;
AWS_RDS_API DBClusterParameterGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDescription(DescriptionT &&value)
void SetDBClusterParameterGroupName(DBClusterParameterGroupNameT &&value)
DBClusterParameterGroup & WithDBParameterGroupFamily(DBParameterGroupFamilyT &&value)
const Aws::String & GetDBParameterGroupFamily() const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool DBParameterGroupFamilyHasBeenSet() const
const Aws::String & GetDescription() const
void SetDBClusterParameterGroupArn(DBClusterParameterGroupArnT &&value)
const Aws::String & GetDBClusterParameterGroupName() const
AWS_RDS_API DBClusterParameterGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetDBClusterParameterGroupArn() const
bool DBClusterParameterGroupNameHasBeenSet() const
bool DBClusterParameterGroupArnHasBeenSet() const
DBClusterParameterGroup & WithDBClusterParameterGroupName(DBClusterParameterGroupNameT &&value)
DBClusterParameterGroup & WithDBClusterParameterGroupArn(DBClusterParameterGroupArnT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DBClusterParameterGroup & WithDescription(DescriptionT &&value)
AWS_RDS_API DBClusterParameterGroup()=default
bool DescriptionHasBeenSet() const
void SetDBParameterGroupFamily(DBParameterGroupFamilyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream