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>
11#include <aws/rds/model/Tag.h>
56 inline void SetDBSubnetGroupName(
const char* value) { m_dBSubnetGroupNameHasBeenSet =
true; m_dBSubnetGroupName.assign(value); }
70 inline void SetDBSubnetGroupDescription(
const char* value) { m_dBSubnetGroupDescriptionHasBeenSet =
true; m_dBSubnetGroupDescription.assign(value); }
107 bool m_dBSubnetGroupNameHasBeenSet =
false;
110 bool m_dBSubnetGroupDescriptionHasBeenSet =
false;
113 bool m_subnetIdsHasBeenSet =
false;
116 bool m_tagsHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetSubnetIds() const
AWS_RDS_API CreateDBSubnetGroupRequest()
CreateDBSubnetGroupRequest & WithDBSubnetGroupName(const char *value)
CreateDBSubnetGroupRequest & WithDBSubnetGroupDescription(const Aws::String &value)
void SetDBSubnetGroupName(Aws::String &&value)
CreateDBSubnetGroupRequest & AddSubnetIds(const Aws::String &value)
CreateDBSubnetGroupRequest & WithSubnetIds(const Aws::Vector< Aws::String > &value)
CreateDBSubnetGroupRequest & WithDBSubnetGroupDescription(const char *value)
const Aws::String & GetDBSubnetGroupDescription() const
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
void SetDBSubnetGroupName(const Aws::String &value)
void SetTags(const Aws::Vector< Tag > &value)
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetDBSubnetGroupName() const
CreateDBSubnetGroupRequest & AddSubnetIds(const char *value)
void SetDBSubnetGroupDescription(const char *value)
CreateDBSubnetGroupRequest & WithTags(Aws::Vector< Tag > &&value)
CreateDBSubnetGroupRequest & WithDBSubnetGroupName(Aws::String &&value)
CreateDBSubnetGroupRequest & WithTags(const Aws::Vector< Tag > &value)
CreateDBSubnetGroupRequest & AddTags(Tag &&value)
CreateDBSubnetGroupRequest & WithDBSubnetGroupName(const Aws::String &value)
bool DBSubnetGroupNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDBSubnetGroupName(const char *value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
CreateDBSubnetGroupRequest & WithSubnetIds(Aws::Vector< Aws::String > &&value)
bool DBSubnetGroupDescriptionHasBeenSet() const
CreateDBSubnetGroupRequest & WithDBSubnetGroupDescription(Aws::String &&value)
bool SubnetIdsHasBeenSet() const
void SetDBSubnetGroupDescription(const Aws::String &value)
CreateDBSubnetGroupRequest & AddSubnetIds(Aws::String &&value)
void SetTags(Aws::Vector< Tag > &&value)
CreateDBSubnetGroupRequest & AddTags(const Tag &value)
AWS_RDS_API Aws::String SerializePayload() const override
void SetDBSubnetGroupDescription(Aws::String &&value)
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector