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>
50 template<
typename DBSubnetGroupNameT = Aws::String>
51 void SetDBSubnetGroupName(DBSubnetGroupNameT&& value) { m_dBSubnetGroupNameHasBeenSet =
true; m_dBSubnetGroupName = std::forward<DBSubnetGroupNameT>(value); }
52 template<
typename DBSubnetGroupNameT = Aws::String>
62 template<
typename DBSubnetGroupDescriptionT = Aws::String>
63 void SetDBSubnetGroupDescription(DBSubnetGroupDescriptionT&& value) { m_dBSubnetGroupDescriptionHasBeenSet =
true; m_dBSubnetGroupDescription = std::forward<DBSubnetGroupDescriptionT>(value); }
64 template<
typename DBSubnetGroupDescriptionT = Aws::String>
74 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
75 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
76 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
78 template<
typename SubnetIdsT = Aws::String>
88 template<
typename TagsT = Aws::Vector<Tag>>
89 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
90 template<
typename TagsT = Aws::Vector<Tag>>
92 template<
typename TagsT = Tag>
98 bool m_dBSubnetGroupNameHasBeenSet =
false;
101 bool m_dBSubnetGroupDescriptionHasBeenSet =
false;
104 bool m_subnetIdsHasBeenSet =
false;
107 bool m_tagsHasBeenSet =
false;
void SetDBSubnetGroupDescription(DBSubnetGroupDescriptionT &&value)
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetTags(TagsT &&value)
bool DBSubnetGroupNameHasBeenSet() const
CreateDBSubnetGroupRequest & WithDBSubnetGroupDescription(DBSubnetGroupDescriptionT &&value)
bool DBSubnetGroupDescriptionHasBeenSet() const
CreateDBSubnetGroupRequest & AddTags(TagsT &&value)
CreateDBSubnetGroupRequest & AddSubnetIds(SubnetIdsT &&value)
void SetSubnetIds(SubnetIdsT &&value)
CreateDBSubnetGroupRequest & WithTags(TagsT &&value)
const Aws::String & GetDBSubnetGroupDescription() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
bool SubnetIdsHasBeenSet() const
AWS_NEPTUNE_API CreateDBSubnetGroupRequest()=default
const Aws::Vector< Tag > & GetTags() const
AWS_NEPTUNE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
CreateDBSubnetGroupRequest & WithDBSubnetGroupName(DBSubnetGroupNameT &&value)
CreateDBSubnetGroupRequest & WithSubnetIds(SubnetIdsT &&value)
const Aws::String & GetDBSubnetGroupName() const
void SetDBSubnetGroupName(DBSubnetGroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector