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>
46 template <
typename DBParameterGroupNameT = Aws::String>
48 m_dBParameterGroupNameHasBeenSet =
true;
49 m_dBParameterGroupName = std::forward<DBParameterGroupNameT>(value);
51 template <
typename DBParameterGroupNameT = Aws::String>
64 template <
typename ParameterApplyStatusT = Aws::String>
66 m_parameterApplyStatusHasBeenSet =
true;
67 m_parameterApplyStatus = std::forward<ParameterApplyStatusT>(value);
69 template <
typename ParameterApplyStatusT = Aws::String>
77 bool m_dBParameterGroupNameHasBeenSet =
false;
80 bool m_parameterApplyStatusHasBeenSet =
false;
bool ParameterApplyStatusHasBeenSet() const
void SetParameterApplyStatus(ParameterApplyStatusT &&value)
const Aws::String & GetDBParameterGroupName() const
AWS_NEPTUNE_API DBParameterGroupStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
DBParameterGroupStatus & WithDBParameterGroupName(DBParameterGroupNameT &&value)
DBParameterGroupStatus & WithParameterApplyStatus(ParameterApplyStatusT &&value)
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_NEPTUNE_API DBParameterGroupStatus()=default
AWS_NEPTUNE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool DBParameterGroupNameHasBeenSet() const
const Aws::String & GetParameterApplyStatus() const
void SetDBParameterGroupName(DBParameterGroupNameT &&value)
AWS_NEPTUNE_API DBParameterGroupStatus & 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