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