7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/dms/DatabaseMigrationServiceRequest.h>
9#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
10#include <aws/dms/model/OriginTypeValue.h>
15namespace DatabaseMigrationService {
44 template <
typename SelectionRulesT = Aws::String>
46 m_selectionRulesHasBeenSet =
true;
47 m_selectionRules = std::forward<SelectionRulesT>(value);
49 template <
typename SelectionRulesT = Aws::String>
62 template <
typename MigrationProjectIdentifierT = Aws::String>
64 m_migrationProjectIdentifierHasBeenSet =
true;
65 m_migrationProjectIdentifier = std::forward<MigrationProjectIdentifierT>(value);
67 template <
typename MigrationProjectIdentifierT = Aws::String>
82 m_originHasBeenSet =
true;
96 bool m_selectionRulesHasBeenSet =
false;
97 bool m_migrationProjectIdentifierHasBeenSet =
false;
98 bool m_originHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String