7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/neptune/model/Tag.h>
51 template<
typename DBParameterGroupNameT = Aws::String>
52 void SetDBParameterGroupName(DBParameterGroupNameT&& value) { m_dBParameterGroupNameHasBeenSet =
true; m_dBParameterGroupName = std::forward<DBParameterGroupNameT>(value); }
53 template<
typename DBParameterGroupNameT = Aws::String>
66 template<
typename DBParameterGroupFamilyT = Aws::String>
67 void SetDBParameterGroupFamily(DBParameterGroupFamilyT&& value) { m_dBParameterGroupFamilyHasBeenSet =
true; m_dBParameterGroupFamily = std::forward<DBParameterGroupFamilyT>(value); }
68 template<
typename DBParameterGroupFamilyT = Aws::String>
78 template<
typename DescriptionT = Aws::String>
79 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
80 template<
typename DescriptionT = Aws::String>
90 template<
typename TagsT = Aws::Vector<Tag>>
91 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
92 template<
typename TagsT = Aws::Vector<Tag>>
94 template<
typename TagsT = Tag>
100 bool m_dBParameterGroupNameHasBeenSet =
false;
103 bool m_dBParameterGroupFamilyHasBeenSet =
false;
106 bool m_descriptionHasBeenSet =
false;
109 bool m_tagsHasBeenSet =
false;
AWS_NEPTUNE_API Aws::String SerializePayload() const override
const Aws::Vector< Tag > & GetTags() const
CreateDBParameterGroupRequest & AddTags(TagsT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetDBParameterGroupName() const
const Aws::String & GetDBParameterGroupFamily() const
AWS_NEPTUNE_API CreateDBParameterGroupRequest()=default
bool TagsHasBeenSet() const
CreateDBParameterGroupRequest & WithTags(TagsT &&value)
CreateDBParameterGroupRequest & WithDescription(DescriptionT &&value)
bool DBParameterGroupFamilyHasBeenSet() const
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateDBParameterGroupRequest & WithDBParameterGroupName(DBParameterGroupNameT &&value)
void SetTags(TagsT &&value)
CreateDBParameterGroupRequest & WithDBParameterGroupFamily(DBParameterGroupFamilyT &&value)
bool DescriptionHasBeenSet() const
void SetDBParameterGroupFamily(DBParameterGroupFamilyT &&value)
bool DBParameterGroupNameHasBeenSet() const
void SetDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
void SetDBParameterGroupName(DBParameterGroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector