7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
41 template <
typename DbParameterGroupNameT = Aws::String>
43 m_dbParameterGroupNameHasBeenSet =
true;
44 m_dbParameterGroupName = std::forward<DbParameterGroupNameT>(value);
46 template <
typename DbParameterGroupNameT = Aws::String>
59 template <
typename ParameterApplyStatusT = Aws::String>
61 m_parameterApplyStatusHasBeenSet =
true;
62 m_parameterApplyStatus = std::forward<ParameterApplyStatusT>(value);
64 template <
typename ParameterApplyStatusT = Aws::String>
74 bool m_dbParameterGroupNameHasBeenSet =
false;
75 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