7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dms/DatabaseMigrationServiceRequest.h>
10#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
11#include <aws/dms/model/Tag.h>
16namespace DatabaseMigrationService {
47 template <
typename ReplicationSubnetGroupIdentifierT = Aws::String>
49 m_replicationSubnetGroupIdentifierHasBeenSet =
true;
50 m_replicationSubnetGroupIdentifier = std::forward<ReplicationSubnetGroupIdentifierT>(value);
52 template <
typename ReplicationSubnetGroupIdentifierT = Aws::String>
66 template <
typename ReplicationSubnetGroupDescriptionT = Aws::String>
68 m_replicationSubnetGroupDescriptionHasBeenSet =
true;
69 m_replicationSubnetGroupDescription = std::forward<ReplicationSubnetGroupDescriptionT>(value);
71 template <
typename ReplicationSubnetGroupDescriptionT = Aws::String>
84 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
86 m_subnetIdsHasBeenSet =
true;
87 m_subnetIds = std::forward<SubnetIdsT>(value);
89 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
94 template <
typename SubnetIdsT = Aws::String>
96 m_subnetIdsHasBeenSet =
true;
97 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
108 template <
typename TagsT = Aws::Vector<Tag>>
110 m_tagsHasBeenSet =
true;
111 m_tags = std::forward<TagsT>(value);
113 template <
typename TagsT = Aws::Vector<Tag>>
115 SetTags(std::forward<TagsT>(value));
118 template <
typename TagsT = Tag>
120 m_tagsHasBeenSet =
true;
121 m_tags.emplace_back(std::forward<TagsT>(value));
133 bool m_replicationSubnetGroupIdentifierHasBeenSet =
false;
134 bool m_replicationSubnetGroupDescriptionHasBeenSet =
false;
135 bool m_subnetIdsHasBeenSet =
false;
136 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