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>
53 template<
typename DBSubnetGroupNameT = Aws::String>
54 void SetDBSubnetGroupName(DBSubnetGroupNameT&& value) { m_dBSubnetGroupNameHasBeenSet =
true; m_dBSubnetGroupName = std::forward<DBSubnetGroupNameT>(value); }
55 template<
typename DBSubnetGroupNameT = Aws::String>
65 template<
typename DBSubnetGroupDescriptionT = Aws::String>
66 void SetDBSubnetGroupDescription(DBSubnetGroupDescriptionT&& value) { m_dBSubnetGroupDescriptionHasBeenSet =
true; m_dBSubnetGroupDescription = std::forward<DBSubnetGroupDescriptionT>(value); }
67 template<
typename DBSubnetGroupDescriptionT = Aws::String>
77 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
78 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
79 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
81 template<
typename SubnetIdsT = Aws::String>
87 bool m_dBSubnetGroupNameHasBeenSet =
false;
90 bool m_dBSubnetGroupDescriptionHasBeenSet =
false;
93 bool m_subnetIdsHasBeenSet =
false;
const Aws::String & GetDBSubnetGroupName() const
bool DBSubnetGroupNameHasBeenSet() const
ModifyDBSubnetGroupRequest & WithSubnetIds(SubnetIdsT &&value)
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetDBSubnetGroupName(DBSubnetGroupNameT &&value)
AWS_DOCDB_API Aws::String SerializePayload() const override
void SetDBSubnetGroupDescription(DBSubnetGroupDescriptionT &&value)
bool DBSubnetGroupDescriptionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ModifyDBSubnetGroupRequest & WithDBSubnetGroupDescription(DBSubnetGroupDescriptionT &&value)
AWS_DOCDB_API ModifyDBSubnetGroupRequest()=default
ModifyDBSubnetGroupRequest & WithDBSubnetGroupName(DBSubnetGroupNameT &&value)
bool SubnetIdsHasBeenSet() const
void SetSubnetIds(SubnetIdsT &&value)
ModifyDBSubnetGroupRequest & AddSubnetIds(SubnetIdsT &&value)
const Aws::String & GetDBSubnetGroupDescription() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector