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>
49 template<
typename DBSubnetGroupNameT = Aws::String>
50 void SetDBSubnetGroupName(DBSubnetGroupNameT&& value) { m_dBSubnetGroupNameHasBeenSet =
true; m_dBSubnetGroupName = std::forward<DBSubnetGroupNameT>(value); }
51 template<
typename DBSubnetGroupNameT = Aws::String>
61 template<
typename DBSubnetGroupDescriptionT = Aws::String>
62 void SetDBSubnetGroupDescription(DBSubnetGroupDescriptionT&& value) { m_dBSubnetGroupDescriptionHasBeenSet =
true; m_dBSubnetGroupDescription = std::forward<DBSubnetGroupDescriptionT>(value); }
63 template<
typename DBSubnetGroupDescriptionT = Aws::String>
73 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
74 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
75 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
77 template<
typename SubnetIdsT = Aws::String>
83 bool m_dBSubnetGroupNameHasBeenSet =
false;
86 bool m_dBSubnetGroupDescriptionHasBeenSet =
false;
89 bool m_subnetIdsHasBeenSet =
false;
ModifyDBSubnetGroupRequest & AddSubnetIds(SubnetIdsT &&value)
void SetSubnetIds(SubnetIdsT &&value)
bool DBSubnetGroupNameHasBeenSet() const
const Aws::String & GetDBSubnetGroupName() const
ModifyDBSubnetGroupRequest & WithDBSubnetGroupDescription(DBSubnetGroupDescriptionT &&value)
ModifyDBSubnetGroupRequest & WithSubnetIds(SubnetIdsT &&value)
AWS_NEPTUNE_API ModifyDBSubnetGroupRequest()=default
ModifyDBSubnetGroupRequest & WithDBSubnetGroupName(DBSubnetGroupNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetSubnetIds() const
AWS_NEPTUNE_API Aws::String SerializePayload() const override
void SetDBSubnetGroupName(DBSubnetGroupNameT &&value)
bool DBSubnetGroupDescriptionHasBeenSet() const
bool SubnetIdsHasBeenSet() const
const Aws::String & GetDBSubnetGroupDescription() const
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetDBSubnetGroupDescription(DBSubnetGroupDescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector