7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/dms/DatabaseMigrationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace DatabaseMigrationService
43 template<
typename MigrationProjectIdentifierT = Aws::String>
44 void SetMigrationProjectIdentifier(MigrationProjectIdentifierT&& value) { m_migrationProjectIdentifierHasBeenSet =
true; m_migrationProjectIdentifier = std::forward<MigrationProjectIdentifierT>(value); }
45 template<
typename MigrationProjectIdentifierT = Aws::String>
55 template<
typename SelectionRulesT = Aws::String>
56 void SetSelectionRules(SelectionRulesT&& value) { m_selectionRulesHasBeenSet =
true; m_selectionRules = std::forward<SelectionRulesT>(value); }
57 template<
typename SelectionRulesT = Aws::String>
63 bool m_migrationProjectIdentifierHasBeenSet =
false;
66 bool m_selectionRulesHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String