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
51 template<
typename ReplicationSubnetGroupIdentifierT = Aws::String>
52 void SetReplicationSubnetGroupIdentifier(ReplicationSubnetGroupIdentifierT&& value) { m_replicationSubnetGroupIdentifierHasBeenSet =
true; m_replicationSubnetGroupIdentifier = std::forward<ReplicationSubnetGroupIdentifierT>(value); }
53 template<
typename ReplicationSubnetGroupIdentifierT = Aws::String>
64 template<
typename ReplicationSubnetGroupDescriptionT = Aws::String>
65 void SetReplicationSubnetGroupDescription(ReplicationSubnetGroupDescriptionT&& value) { m_replicationSubnetGroupDescriptionHasBeenSet =
true; m_replicationSubnetGroupDescription = std::forward<ReplicationSubnetGroupDescriptionT>(value); }
66 template<
typename ReplicationSubnetGroupDescriptionT = 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>
90 template<
typename TagsT = Aws::Vector<Tag>>
91 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
92 template<
typename TagsT = Aws::Vector<Tag>>
94 template<
typename TagsT = Tag>
100 bool m_replicationSubnetGroupIdentifierHasBeenSet =
false;
103 bool m_replicationSubnetGroupDescriptionHasBeenSet =
false;
106 bool m_subnetIdsHasBeenSet =
false;
109 bool m_tagsHasBeenSet =
false;
AWS_DATABASEMIGRATIONSERVICE_API CreateReplicationSubnetGroupRequest()=default
bool TagsHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
CreateReplicationSubnetGroupRequest & WithTags(TagsT &&value)
void SetReplicationSubnetGroupDescription(ReplicationSubnetGroupDescriptionT &&value)
const Aws::String & GetReplicationSubnetGroupDescription() const
CreateReplicationSubnetGroupRequest & WithReplicationSubnetGroupIdentifier(ReplicationSubnetGroupIdentifierT &&value)
void SetTags(TagsT &&value)
bool SubnetIdsHasBeenSet() const
void SetSubnetIds(SubnetIdsT &&value)
bool ReplicationSubnetGroupDescriptionHasBeenSet() const
CreateReplicationSubnetGroupRequest & AddTags(TagsT &&value)
void SetReplicationSubnetGroupIdentifier(ReplicationSubnetGroupIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
CreateReplicationSubnetGroupRequest & WithReplicationSubnetGroupDescription(ReplicationSubnetGroupDescriptionT &&value)
CreateReplicationSubnetGroupRequest & WithSubnetIds(SubnetIdsT &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetSubnetIds() const
bool ReplicationSubnetGroupIdentifierHasBeenSet() const
const Aws::String & GetReplicationSubnetGroupIdentifier() const
CreateReplicationSubnetGroupRequest & AddSubnetIds(SubnetIdsT &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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