7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/docdb/DocDB_EXPORTS.h>
43 template <
typename DBClusterParameterGroupNameT = Aws::String>
45 m_dBClusterParameterGroupNameHasBeenSet =
true;
46 m_dBClusterParameterGroupName = std::forward<DBClusterParameterGroupNameT>(value);
48 template <
typename DBClusterParameterGroupNameT = Aws::String>
62 template <
typename DBParameterGroupFamilyT = Aws::String>
64 m_dBParameterGroupFamilyHasBeenSet =
true;
65 m_dBParameterGroupFamily = std::forward<DBParameterGroupFamilyT>(value);
67 template <
typename DBParameterGroupFamilyT = Aws::String>
81 template <
typename DescriptionT = Aws::String>
83 m_descriptionHasBeenSet =
true;
84 m_description = std::forward<DescriptionT>(value);
86 template <
typename DescriptionT = Aws::String>
99 template <
typename DBClusterParameterGroupArnT = Aws::String>
101 m_dBClusterParameterGroupArnHasBeenSet =
true;
102 m_dBClusterParameterGroupArn = std::forward<DBClusterParameterGroupArnT>(value);
104 template <
typename DBClusterParameterGroupArnT = Aws::String>
118 bool m_dBClusterParameterGroupNameHasBeenSet =
false;
119 bool m_dBParameterGroupFamilyHasBeenSet =
false;
120 bool m_descriptionHasBeenSet =
false;
121 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