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
46 inline void SetMigrationProjectIdentifier(
const char* value) { m_migrationProjectIdentifierHasBeenSet =
true; m_migrationProjectIdentifier.assign(value); }
60 inline void SetSelectionRules(
const char* value) { m_selectionRulesHasBeenSet =
true; m_selectionRules.assign(value); }
85 inline void SetRefresh(
bool value) { m_refreshHasBeenSet =
true; m_refresh = value; }
91 bool m_migrationProjectIdentifierHasBeenSet =
false;
94 bool m_selectionRulesHasBeenSet =
false;
97 bool m_originHasBeenSet =
false;
100 bool m_refreshHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String