7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
52 template<
typename DBSubnetGroupNameT = Aws::String>
53 void SetDBSubnetGroupName(DBSubnetGroupNameT&& value) { m_dBSubnetGroupNameHasBeenSet =
true; m_dBSubnetGroupName = std::forward<DBSubnetGroupNameT>(value); }
54 template<
typename DBSubnetGroupNameT = Aws::String>
64 template<
typename DBSubnetGroupDescriptionT = Aws::String>
65 void SetDBSubnetGroupDescription(DBSubnetGroupDescriptionT&& value) { m_dBSubnetGroupDescriptionHasBeenSet =
true; m_dBSubnetGroupDescription = std::forward<DBSubnetGroupDescriptionT>(value); }
66 template<
typename DBSubnetGroupDescriptionT = Aws::String>
76 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
77 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
78 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
80 template<
typename SubnetIdsT = Aws::String>
86 bool m_dBSubnetGroupNameHasBeenSet =
false;
89 bool m_dBSubnetGroupDescriptionHasBeenSet =
false;
92 bool m_subnetIdsHasBeenSet =
false;
bool DBSubnetGroupDescriptionHasBeenSet() const
AWS_RDS_API ModifyDBSubnetGroupRequest()=default
void SetDBSubnetGroupDescription(DBSubnetGroupDescriptionT &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
ModifyDBSubnetGroupRequest & WithDBSubnetGroupDescription(DBSubnetGroupDescriptionT &&value)
bool SubnetIdsHasBeenSet() const
void SetDBSubnetGroupName(DBSubnetGroupNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_RDS_API Aws::String SerializePayload() const override
ModifyDBSubnetGroupRequest & AddSubnetIds(SubnetIdsT &&value)
bool DBSubnetGroupNameHasBeenSet() const
ModifyDBSubnetGroupRequest & WithDBSubnetGroupName(DBSubnetGroupNameT &&value)
const Aws::String & GetDBSubnetGroupName() const
void SetSubnetIds(SubnetIdsT &&value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
ModifyDBSubnetGroupRequest & WithSubnetIds(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