7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rds/RDS_EXPORTS.h>
45 template <
typename DBClusterParameterGroupNameT = Aws::String>
47 m_dBClusterParameterGroupNameHasBeenSet =
true;
48 m_dBClusterParameterGroupName = std::forward<DBClusterParameterGroupNameT>(value);
50 template <
typename DBClusterParameterGroupNameT = Aws::String>
64 template <
typename DBParameterGroupFamilyT = Aws::String>
66 m_dBParameterGroupFamilyHasBeenSet =
true;
67 m_dBParameterGroupFamily = std::forward<DBParameterGroupFamilyT>(value);
69 template <
typename DBParameterGroupFamilyT = Aws::String>
83 template <
typename DescriptionT = Aws::String>
85 m_descriptionHasBeenSet =
true;
86 m_description = std::forward<DescriptionT>(value);
88 template <
typename DescriptionT = Aws::String>
101 template <
typename DBClusterParameterGroupArnT = Aws::String>
103 m_dBClusterParameterGroupArnHasBeenSet =
true;
104 m_dBClusterParameterGroupArn = std::forward<DBClusterParameterGroupArnT>(value);
106 template <
typename DBClusterParameterGroupArnT = Aws::String>
120 bool m_dBClusterParameterGroupNameHasBeenSet =
false;
121 bool m_dBParameterGroupFamilyHasBeenSet =
false;
122 bool m_descriptionHasBeenSet =
false;
123 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