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 DBParameterGroupNameT = Aws::String>
51 void SetDBParameterGroupName(DBParameterGroupNameT&& value) { m_dBParameterGroupNameHasBeenSet =
true; m_dBParameterGroupName = std::forward<DBParameterGroupNameT>(value); }
52 template<
typename DBParameterGroupNameT = 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>
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 DBParameterGroupArnT = Aws::String>
88 void SetDBParameterGroupArn(DBParameterGroupArnT&& value) { m_dBParameterGroupArnHasBeenSet =
true; m_dBParameterGroupArn = std::forward<DBParameterGroupArnT>(value); }
89 template<
typename DBParameterGroupArnT = Aws::String>
95 bool m_dBParameterGroupNameHasBeenSet =
false;
98 bool m_dBParameterGroupFamilyHasBeenSet =
false;
101 bool m_descriptionHasBeenSet =
false;
104 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