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 {
47 template <
typename SelectionRulesT = Aws::String>
49 m_selectionRulesHasBeenSet =
true;
50 m_selectionRules = std::forward<SelectionRulesT>(value);
52 template <
typename SelectionRulesT = Aws::String>
65 template <
typename MigrationProjectIdentifierT = Aws::String>
67 m_migrationProjectIdentifierHasBeenSet =
true;
68 m_migrationProjectIdentifier = std::forward<MigrationProjectIdentifierT>(value);
70 template <
typename MigrationProjectIdentifierT = Aws::String>
85 m_originHasBeenSet =
true;
102 template <
typename MarkerT = Aws::String>
104 m_markerHasBeenSet =
true;
105 m_marker = std::forward<MarkerT>(value);
107 template <
typename MarkerT = Aws::String>
123 m_maxRecordsHasBeenSet =
true;
124 m_maxRecords = value;
141 bool m_selectionRulesHasBeenSet =
false;
142 bool m_migrationProjectIdentifierHasBeenSet =
false;
143 bool m_originHasBeenSet =
false;
144 bool m_markerHasBeenSet =
false;
145 bool m_maxRecordsHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String