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>
52 template<
typename DBParameterGroupNameT = Aws::String>
53 void SetDBParameterGroupName(DBParameterGroupNameT&& value) { m_dBParameterGroupNameHasBeenSet =
true; m_dBParameterGroupName = std::forward<DBParameterGroupNameT>(value); }
54 template<
typename DBParameterGroupNameT = Aws::String>
64 template<
typename ParameterApplyStatusT = Aws::String>
65 void SetParameterApplyStatus(ParameterApplyStatusT&& value) { m_parameterApplyStatusHasBeenSet =
true; m_parameterApplyStatus = std::forward<ParameterApplyStatusT>(value); }
66 template<
typename ParameterApplyStatusT = Aws::String>
72 bool m_dBParameterGroupNameHasBeenSet =
false;
75 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