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/dms/model/OriginTypeValue.h>
15namespace DatabaseMigrationService
44 template<
typename MigrationProjectIdentifierT = Aws::String>
45 void SetMigrationProjectIdentifier(MigrationProjectIdentifierT&& value) { m_migrationProjectIdentifierHasBeenSet =
true; m_migrationProjectIdentifier = std::forward<MigrationProjectIdentifierT>(value); }
46 template<
typename MigrationProjectIdentifierT = Aws::String>
56 template<
typename SelectionRulesT = Aws::String>
57 void SetSelectionRules(SelectionRulesT&& value) { m_selectionRulesHasBeenSet =
true; m_selectionRules = std::forward<SelectionRulesT>(value); }
58 template<
typename SelectionRulesT = Aws::String>
79 inline void SetRefresh(
bool value) { m_refreshHasBeenSet =
true; m_refresh = value; }
85 bool m_migrationProjectIdentifierHasBeenSet =
false;
88 bool m_selectionRulesHasBeenSet =
false;
91 bool m_originHasBeenSet =
false;
93 bool m_refresh{
false};
94 bool m_refreshHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String