7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
55 template<
typename DBParameterGroupNameT = Aws::String>
56 void SetDBParameterGroupName(DBParameterGroupNameT&& value) { m_dBParameterGroupNameHasBeenSet =
true; m_dBParameterGroupName = std::forward<DBParameterGroupNameT>(value); }
57 template<
typename DBParameterGroupNameT = Aws::String>
75 template<
typename ParameterApplyStatusT = Aws::String>
76 void SetParameterApplyStatus(ParameterApplyStatusT&& value) { m_parameterApplyStatusHasBeenSet =
true; m_parameterApplyStatus = std::forward<ParameterApplyStatusT>(value); }
77 template<
typename ParameterApplyStatusT = Aws::String>
83 bool m_dBParameterGroupNameHasBeenSet =
false;
86 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