7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DbParameterGroupNameT = Aws::String>
48 void SetDbParameterGroupName(DbParameterGroupNameT&& value) { m_dbParameterGroupNameHasBeenSet =
true; m_dbParameterGroupName = std::forward<DbParameterGroupNameT>(value); }
49 template<
typename DbParameterGroupNameT = Aws::String>
59 template<
typename ParameterApplyStatusT = Aws::String>
60 void SetParameterApplyStatus(ParameterApplyStatusT&& value) { m_parameterApplyStatusHasBeenSet =
true; m_parameterApplyStatus = std::forward<ParameterApplyStatusT>(value); }
61 template<
typename ParameterApplyStatusT = Aws::String>
67 bool m_dbParameterGroupNameHasBeenSet =
false;
70 bool m_parameterApplyStatusHasBeenSet =
false;
const Aws::String & GetParameterApplyStatus() const
AWS_SECURITYHUB_API AwsRdsDbParameterGroup(Aws::Utils::Json::JsonView jsonValue)
void SetParameterApplyStatus(ParameterApplyStatusT &&value)
const Aws::String & GetDbParameterGroupName() const
AWS_SECURITYHUB_API AwsRdsDbParameterGroup & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDbParameterGroupName(DbParameterGroupNameT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool DbParameterGroupNameHasBeenSet() const
bool ParameterApplyStatusHasBeenSet() const
AwsRdsDbParameterGroup & WithDbParameterGroupName(DbParameterGroupNameT &&value)
AWS_SECURITYHUB_API AwsRdsDbParameterGroup()=default
AwsRdsDbParameterGroup & WithParameterApplyStatus(ParameterApplyStatusT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue