7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/dms/DatabaseMigrationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/dms/model/Tag.h>
16namespace DatabaseMigrationService
104 bool m_replicationSubnetGroupIdentifierHasBeenSet =
false;
107 bool m_replicationSubnetGroupDescriptionHasBeenSet =
false;
110 bool m_subnetIdsHasBeenSet =
false;
113 bool m_tagsHasBeenSet =
false;
void SetSubnetIds(Aws::Vector< Aws::String > &&value)
CreateReplicationSubnetGroupRequest & AddSubnetIds(const Aws::String &value)
void SetReplicationSubnetGroupDescription(Aws::String &&value)
void SetReplicationSubnetGroupDescription(const Aws::String &value)
void SetReplicationSubnetGroupIdentifier(Aws::String &&value)
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
void SetReplicationSubnetGroupIdentifier(const Aws::String &value)
CreateReplicationSubnetGroupRequest & WithReplicationSubnetGroupDescription(const Aws::String &value)
const Aws::String & GetReplicationSubnetGroupDescription() const
CreateReplicationSubnetGroupRequest & AddSubnetIds(const char *value)
void SetReplicationSubnetGroupIdentifier(const char *value)
CreateReplicationSubnetGroupRequest & WithTags(Aws::Vector< Tag > &&value)
CreateReplicationSubnetGroupRequest & WithReplicationSubnetGroupDescription(Aws::String &&value)
AWS_DATABASEMIGRATIONSERVICE_API CreateReplicationSubnetGroupRequest()
bool SubnetIdsHasBeenSet() const
void SetTags(Aws::Vector< Tag > &&value)
bool ReplicationSubnetGroupDescriptionHasBeenSet() const
void SetReplicationSubnetGroupDescription(const char *value)
CreateReplicationSubnetGroupRequest & AddTags(const Tag &value)
virtual const char * GetServiceRequestName() const override
CreateReplicationSubnetGroupRequest & AddTags(Tag &&value)
CreateReplicationSubnetGroupRequest & WithTags(const Aws::Vector< Tag > &value)
void SetTags(const Aws::Vector< Tag > &value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override
CreateReplicationSubnetGroupRequest & WithReplicationSubnetGroupIdentifier(const Aws::String &value)
CreateReplicationSubnetGroupRequest & AddSubnetIds(Aws::String &&value)
CreateReplicationSubnetGroupRequest & WithReplicationSubnetGroupIdentifier(const char *value)
const Aws::Vector< Aws::String > & GetSubnetIds() const
CreateReplicationSubnetGroupRequest & WithReplicationSubnetGroupDescription(const char *value)
bool ReplicationSubnetGroupIdentifierHasBeenSet() const
const Aws::String & GetReplicationSubnetGroupIdentifier() const
CreateReplicationSubnetGroupRequest & WithSubnetIds(const Aws::Vector< Aws::String > &value)
void SetSubnetIds(const Aws::Vector< Aws::String > &value)
CreateReplicationSubnetGroupRequest & WithReplicationSubnetGroupIdentifier(Aws::String &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateReplicationSubnetGroupRequest & WithSubnetIds(Aws::Vector< Aws::String > &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector