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>
15namespace DatabaseMigrationService {
43 template <
typename ReplicationSubnetGroupIdentifierT = Aws::String>
45 m_replicationSubnetGroupIdentifierHasBeenSet =
true;
46 m_replicationSubnetGroupIdentifier = std::forward<ReplicationSubnetGroupIdentifierT>(value);
48 template <
typename ReplicationSubnetGroupIdentifierT = Aws::String>
61 template <
typename ReplicationSubnetGroupDescriptionT = Aws::String>
63 m_replicationSubnetGroupDescriptionHasBeenSet =
true;
64 m_replicationSubnetGroupDescription = std::forward<ReplicationSubnetGroupDescriptionT>(value);
66 template <
typename ReplicationSubnetGroupDescriptionT = Aws::String>
79 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
81 m_subnetIdsHasBeenSet =
true;
82 m_subnetIds = std::forward<SubnetIdsT>(value);
84 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
89 template <
typename SubnetIdsT = Aws::String>
91 m_subnetIdsHasBeenSet =
true;
92 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
102 bool m_replicationSubnetGroupIdentifierHasBeenSet =
false;
103 bool m_replicationSubnetGroupDescriptionHasBeenSet =
false;
104 bool m_subnetIdsHasBeenSet =
false;
void SetReplicationSubnetGroupDescription(ReplicationSubnetGroupDescriptionT &&value)
ModifyReplicationSubnetGroupRequest & WithReplicationSubnetGroupIdentifier(ReplicationSubnetGroupIdentifierT &&value)
AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override
ModifyReplicationSubnetGroupRequest & WithSubnetIds(SubnetIdsT &&value)
bool ReplicationSubnetGroupDescriptionHasBeenSet() const
ModifyReplicationSubnetGroupRequest & AddSubnetIds(SubnetIdsT &&value)
void SetReplicationSubnetGroupIdentifier(ReplicationSubnetGroupIdentifierT &&value)
void SetSubnetIds(SubnetIdsT &&value)
bool SubnetIdsHasBeenSet() const
bool ReplicationSubnetGroupIdentifierHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetReplicationSubnetGroupDescription() const
AWS_DATABASEMIGRATIONSERVICE_API ModifyReplicationSubnetGroupRequest()=default
const Aws::String & GetReplicationSubnetGroupIdentifier() const
ModifyReplicationSubnetGroupRequest & WithReplicationSubnetGroupDescription(ReplicationSubnetGroupDescriptionT &&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