7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rds/model/Tag.h>
54 template<
typename DBParameterGroupNameT = Aws::String>
55 void SetDBParameterGroupName(DBParameterGroupNameT&& value) { m_dBParameterGroupNameHasBeenSet =
true; m_dBParameterGroupName = std::forward<DBParameterGroupNameT>(value); }
56 template<
typename DBParameterGroupNameT = Aws::String>
85 template<
typename DBParameterGroupFamilyT = Aws::String>
86 void SetDBParameterGroupFamily(DBParameterGroupFamilyT&& value) { m_dBParameterGroupFamilyHasBeenSet =
true; m_dBParameterGroupFamily = std::forward<DBParameterGroupFamilyT>(value); }
87 template<
typename DBParameterGroupFamilyT = Aws::String>
97 template<
typename DescriptionT = Aws::String>
98 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
99 template<
typename DescriptionT = Aws::String>
109 template<
typename TagsT = Aws::Vector<Tag>>
110 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
111 template<
typename TagsT = Aws::Vector<Tag>>
113 template<
typename TagsT = Tag>
119 bool m_dBParameterGroupNameHasBeenSet =
false;
122 bool m_dBParameterGroupFamilyHasBeenSet =
false;
125 bool m_descriptionHasBeenSet =
false;
128 bool m_tagsHasBeenSet =
false;
const Aws::String & GetDBParameterGroupFamily() const
CreateDBParameterGroupRequest & AddTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool DBParameterGroupNameHasBeenSet() const
void SetDBParameterGroupName(DBParameterGroupNameT &&value)
AWS_RDS_API CreateDBParameterGroupRequest()=default
bool DBParameterGroupFamilyHasBeenSet() const
const Aws::String & GetDescription() const
bool TagsHasBeenSet() const
CreateDBParameterGroupRequest & WithDBParameterGroupFamily(DBParameterGroupFamilyT &&value)
const Aws::Vector< Tag > & GetTags() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDBParameterGroupName() const
CreateDBParameterGroupRequest & WithDescription(DescriptionT &&value)
void SetDBParameterGroupFamily(DBParameterGroupFamilyT &&value)
AWS_RDS_API Aws::String SerializePayload() const override
CreateDBParameterGroupRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
CreateDBParameterGroupRequest & WithDBParameterGroupName(DBParameterGroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector