7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationServiceRequest.h>
9#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
14namespace DatabaseMigrationService {
39 template <
typename MigrationProjectIdentifierT = Aws::String>
41 m_migrationProjectIdentifierHasBeenSet =
true;
42 m_migrationProjectIdentifier = std::forward<MigrationProjectIdentifierT>(value);
44 template <
typename MigrationProjectIdentifierT = Aws::String>
64 template <
typename SelectionRulesT = Aws::String>
66 m_selectionRulesHasBeenSet =
true;
67 m_selectionRules = std::forward<SelectionRulesT>(value);
69 template <
typename SelectionRulesT = Aws::String>
79 bool m_migrationProjectIdentifierHasBeenSet =
false;
80 bool m_selectionRulesHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String