7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptune/Neptune_EXPORTS.h>
44 template <
typename DBClusterParameterGroupNameT = Aws::String>
46 m_dBClusterParameterGroupNameHasBeenSet =
true;
47 m_dBClusterParameterGroupName = std::forward<DBClusterParameterGroupNameT>(value);
49 template <
typename DBClusterParameterGroupNameT = Aws::String>
63 template <
typename DBParameterGroupFamilyT = Aws::String>
65 m_dBParameterGroupFamilyHasBeenSet =
true;
66 m_dBParameterGroupFamily = std::forward<DBParameterGroupFamilyT>(value);
68 template <
typename DBParameterGroupFamilyT = Aws::String>
82 template <
typename DescriptionT = Aws::String>
84 m_descriptionHasBeenSet =
true;
85 m_description = std::forward<DescriptionT>(value);
87 template <
typename DescriptionT = Aws::String>
100 template <
typename DBClusterParameterGroupArnT = Aws::String>
102 m_dBClusterParameterGroupArnHasBeenSet =
true;
103 m_dBClusterParameterGroupArn = std::forward<DBClusterParameterGroupArnT>(value);
105 template <
typename DBClusterParameterGroupArnT = Aws::String>
113 bool m_dBClusterParameterGroupNameHasBeenSet =
false;
116 bool m_dBParameterGroupFamilyHasBeenSet =
false;
119 bool m_descriptionHasBeenSet =
false;
122 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