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>
15namespace DatabaseMigrationService
47 template<
typename ReplicationSubnetGroupIdentifierT = Aws::String>
48 void SetReplicationSubnetGroupIdentifier(ReplicationSubnetGroupIdentifierT&& value) { m_replicationSubnetGroupIdentifierHasBeenSet =
true; m_replicationSubnetGroupIdentifier = std::forward<ReplicationSubnetGroupIdentifierT>(value); }
49 template<
typename ReplicationSubnetGroupIdentifierT = Aws::String>
59 template<
typename ReplicationSubnetGroupDescriptionT = Aws::String>
60 void SetReplicationSubnetGroupDescription(ReplicationSubnetGroupDescriptionT&& value) { m_replicationSubnetGroupDescriptionHasBeenSet =
true; m_replicationSubnetGroupDescription = std::forward<ReplicationSubnetGroupDescriptionT>(value); }
61 template<
typename ReplicationSubnetGroupDescriptionT = Aws::String>
71 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
72 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
73 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
75 template<
typename SubnetIdsT = Aws::String>
81 bool m_replicationSubnetGroupIdentifierHasBeenSet =
false;
84 bool m_replicationSubnetGroupDescriptionHasBeenSet =
false;
87 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