7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dms/DatabaseMigrationServiceRequest.h>
10#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
11#include <aws/dms/model/Filter.h>
16namespace DatabaseMigrationService {
42 template <
typename FiltersT = Aws::Vector<Filter>>
44 m_filtersHasBeenSet =
true;
45 m_filters = std::forward<FiltersT>(value);
47 template <
typename FiltersT = Aws::Vector<Filter>>
52 template <
typename FiltersT = Filter>
54 m_filtersHasBeenSet =
true;
55 m_filters.emplace_back(std::forward<FiltersT>(value));
69 template <
typename MarkerT = Aws::String>
71 m_markerHasBeenSet =
true;
72 m_marker = std::forward<MarkerT>(value);
74 template <
typename MarkerT = Aws::String>
91 m_maxRecordsHasBeenSet =
true;
106 template <
typename MigrationProjectIdentifierT = Aws::String>
108 m_migrationProjectIdentifierHasBeenSet =
true;
109 m_migrationProjectIdentifier = std::forward<MigrationProjectIdentifierT>(value);
111 template <
typename MigrationProjectIdentifierT = Aws::String>
125 bool m_filtersHasBeenSet =
false;
126 bool m_markerHasBeenSet =
false;
127 bool m_maxRecordsHasBeenSet =
false;
128 bool m_migrationProjectIdentifierHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector