7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rds/RDS_EXPORTS.h>
49 template <
typename DBParameterGroupNameT = Aws::String>
51 m_dBParameterGroupNameHasBeenSet =
true;
52 m_dBParameterGroupName = std::forward<DBParameterGroupNameT>(value);
54 template <
typename DBParameterGroupNameT = Aws::String>
75 template <
typename ParameterApplyStatusT = Aws::String>
77 m_parameterApplyStatusHasBeenSet =
true;
78 m_parameterApplyStatus = std::forward<ParameterApplyStatusT>(value);
80 template <
typename ParameterApplyStatusT = Aws::String>
90 bool m_dBParameterGroupNameHasBeenSet =
false;
91 bool m_parameterApplyStatusHasBeenSet =
false;
void SetParameterApplyStatus(ParameterApplyStatusT &&value)
bool DBParameterGroupNameHasBeenSet() const
AWS_RDS_API DBParameterGroupStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_RDS_API DBParameterGroupStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDBParameterGroupName(DBParameterGroupNameT &&value)
AWS_RDS_API DBParameterGroupStatus()=default
const Aws::String & GetDBParameterGroupName() const
DBParameterGroupStatus & WithParameterApplyStatus(ParameterApplyStatusT &&value)
const Aws::String & GetParameterApplyStatus() const
bool ParameterApplyStatusHasBeenSet() const
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
DBParameterGroupStatus & WithDBParameterGroupName(DBParameterGroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream