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 DBParameterGroupNameT = Aws::String>
46 m_dBParameterGroupNameHasBeenSet =
true;
47 m_dBParameterGroupName = std::forward<DBParameterGroupNameT>(value);
49 template <
typename DBParameterGroupNameT = 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>
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 DBParameterGroupArnT = Aws::String>
101 m_dBParameterGroupArnHasBeenSet =
true;
102 m_dBParameterGroupArn = std::forward<DBParameterGroupArnT>(value);
104 template <
typename DBParameterGroupArnT = Aws::String>
112 bool m_dBParameterGroupNameHasBeenSet =
false;
115 bool m_dBParameterGroupFamilyHasBeenSet =
false;
118 bool m_descriptionHasBeenSet =
false;
121 bool m_dBParameterGroupArnHasBeenSet =
false;
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool DBParameterGroupFamilyHasBeenSet() const
const Aws::String & GetDBParameterGroupName() const
bool DBParameterGroupArnHasBeenSet() const
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_NEPTUNE_API DBParameterGroup()=default
const Aws::String & GetDBParameterGroupFamily() const
DBParameterGroup & WithDBParameterGroupFamily(DBParameterGroupFamilyT &&value)
const Aws::String & GetDescription() const
void SetDBParameterGroupFamily(DBParameterGroupFamilyT &&value)
DBParameterGroup & WithDBParameterGroupArn(DBParameterGroupArnT &&value)
bool DescriptionHasBeenSet() const
bool DBParameterGroupNameHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetDBParameterGroupArn(DBParameterGroupArnT &&value)
DBParameterGroup & WithDescription(DescriptionT &&value)
AWS_NEPTUNE_API DBParameterGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDBParameterGroupName(DBParameterGroupNameT &&value)
const Aws::String & GetDBParameterGroupArn() const
DBParameterGroup & WithDBParameterGroupName(DBParameterGroupNameT &&value)
AWS_NEPTUNE_API DBParameterGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream