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;
99 template <
typename MarkerT = Aws::String>
101 m_markerHasBeenSet =
true;
102 m_marker = std::forward<MarkerT>(value);
104 template <
typename MarkerT = Aws::String>
120 m_maxRecordsHasBeenSet =
true;
121 m_maxRecords = value;
138 bool m_selectionRulesHasBeenSet =
false;
139 bool m_migrationProjectIdentifierHasBeenSet =
false;
140 bool m_originHasBeenSet =
false;
141 bool m_markerHasBeenSet =
false;
142 bool m_maxRecordsHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String