7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/docdb/model/Tag.h>
54 template<
typename DBSubnetGroupNameT = Aws::String>
55 void SetDBSubnetGroupName(DBSubnetGroupNameT&& value) { m_dBSubnetGroupNameHasBeenSet =
true; m_dBSubnetGroupName = std::forward<DBSubnetGroupNameT>(value); }
56 template<
typename DBSubnetGroupNameT = Aws::String>
66 template<
typename DBSubnetGroupDescriptionT = Aws::String>
67 void SetDBSubnetGroupDescription(DBSubnetGroupDescriptionT&& value) { m_dBSubnetGroupDescriptionHasBeenSet =
true; m_dBSubnetGroupDescription = std::forward<DBSubnetGroupDescriptionT>(value); }
68 template<
typename DBSubnetGroupDescriptionT = Aws::String>
78 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
79 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
80 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
82 template<
typename SubnetIdsT = Aws::String>
92 template<
typename TagsT = Aws::Vector<Tag>>
93 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
94 template<
typename TagsT = Aws::Vector<Tag>>
96 template<
typename TagsT = Tag>
102 bool m_dBSubnetGroupNameHasBeenSet =
false;
105 bool m_dBSubnetGroupDescriptionHasBeenSet =
false;
108 bool m_subnetIdsHasBeenSet =
false;
111 bool m_tagsHasBeenSet =
false;
void SetDBSubnetGroupName(DBSubnetGroupNameT &&value)
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateDBSubnetGroupRequest & WithTags(TagsT &&value)
const Aws::String & GetDBSubnetGroupDescription() const
CreateDBSubnetGroupRequest & AddTags(TagsT &&value)
bool DBSubnetGroupDescriptionHasBeenSet() const
CreateDBSubnetGroupRequest & AddSubnetIds(SubnetIdsT &&value)
virtual const char * GetServiceRequestName() const override
CreateDBSubnetGroupRequest & WithDBSubnetGroupDescription(DBSubnetGroupDescriptionT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
bool DBSubnetGroupNameHasBeenSet() const
void SetSubnetIds(SubnetIdsT &&value)
CreateDBSubnetGroupRequest & WithDBSubnetGroupName(DBSubnetGroupNameT &&value)
AWS_DOCDB_API CreateDBSubnetGroupRequest()=default
bool SubnetIdsHasBeenSet() const
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CreateDBSubnetGroupRequest & WithSubnetIds(SubnetIdsT &&value)
AWS_DOCDB_API Aws::String SerializePayload() const override
const Aws::String & GetDBSubnetGroupName() const
void SetDBSubnetGroupDescription(DBSubnetGroupDescriptionT &&value)
void SetTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector