7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename DBClusterParameterGroupNameT = Aws::String>
50 void SetDBClusterParameterGroupName(DBClusterParameterGroupNameT&& value) { m_dBClusterParameterGroupNameHasBeenSet =
true; m_dBClusterParameterGroupName = std::forward<DBClusterParameterGroupNameT>(value); }
51 template<
typename DBClusterParameterGroupNameT = Aws::String>
62 template<
typename DBParameterGroupFamilyT = Aws::String>
63 void SetDBParameterGroupFamily(DBParameterGroupFamilyT&& value) { m_dBParameterGroupFamilyHasBeenSet =
true; m_dBParameterGroupFamily = std::forward<DBParameterGroupFamilyT>(value); }
64 template<
typename DBParameterGroupFamilyT = Aws::String>
75 template<
typename DescriptionT = Aws::String>
76 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
77 template<
typename DescriptionT = Aws::String>
87 template<
typename DBClusterParameterGroupArnT = Aws::String>
88 void SetDBClusterParameterGroupArn(DBClusterParameterGroupArnT&& value) { m_dBClusterParameterGroupArnHasBeenSet =
true; m_dBClusterParameterGroupArn = std::forward<DBClusterParameterGroupArnT>(value); }
89 template<
typename DBClusterParameterGroupArnT = Aws::String>
95 bool m_dBClusterParameterGroupNameHasBeenSet =
false;
98 bool m_dBParameterGroupFamilyHasBeenSet =
false;
101 bool m_descriptionHasBeenSet =
false;
104 bool m_dBClusterParameterGroupArnHasBeenSet =
false;
AWS_DOCDB_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
void SetDBClusterParameterGroupArn(DBClusterParameterGroupArnT &&value)
AWS_DOCDB_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_DOCDB_API DBClusterParameterGroup()=default
DBClusterParameterGroup & WithDescription(DescriptionT &&value)
void SetDBParameterGroupFamily(DBParameterGroupFamilyT &&value)
void SetDBClusterParameterGroupName(DBClusterParameterGroupNameT &&value)
const Aws::String & GetDBParameterGroupFamily() const
const Aws::String & GetDBClusterParameterGroupArn() const
AWS_DOCDB_API DBClusterParameterGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
bool DBClusterParameterGroupArnHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetDBClusterParameterGroupName() const
AWS_DOCDB_API DBClusterParameterGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDescription(DescriptionT &&value)
DBClusterParameterGroup & WithDBClusterParameterGroupName(DBClusterParameterGroupNameT &&value)
bool DescriptionHasBeenSet() const
bool DBParameterGroupFamilyHasBeenSet() const
DBClusterParameterGroup & WithDBParameterGroupFamily(DBParameterGroupFamilyT &&value)
DBClusterParameterGroup & WithDBClusterParameterGroupArn(DBClusterParameterGroupArnT &&value)
bool DBClusterParameterGroupNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream