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>
57 template <
typename SelectionRulesT = Aws::String>
59 m_selectionRulesHasBeenSet =
true;
60 m_selectionRules = std::forward<SelectionRulesT>(value);
62 template <
typename SelectionRulesT = Aws::String>
72 bool m_migrationProjectIdentifierHasBeenSet =
false;
73 bool m_selectionRulesHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String