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 {
46 template <
typename FiltersT = Aws::Vector<Filter>>
48 m_filtersHasBeenSet =
true;
49 m_filters = std::forward<FiltersT>(value);
51 template <
typename FiltersT = Aws::Vector<Filter>>
56 template <
typename FiltersT = Filter>
58 m_filtersHasBeenSet =
true;
59 m_filters.emplace_back(std::forward<FiltersT>(value));
77 template <
typename MarkerT = Aws::String>
79 m_markerHasBeenSet =
true;
80 m_marker = std::forward<MarkerT>(value);
82 template <
typename MarkerT = Aws::String>
99 m_maxRecordsHasBeenSet =
true;
100 m_maxRecords = value;
114 template <
typename MigrationProjectIdentifierT = Aws::String>
116 m_migrationProjectIdentifierHasBeenSet =
true;
117 m_migrationProjectIdentifier = std::forward<MigrationProjectIdentifierT>(value);
119 template <
typename MigrationProjectIdentifierT = Aws::String>
133 bool m_filtersHasBeenSet =
false;
134 bool m_markerHasBeenSet =
false;
135 bool m_maxRecordsHasBeenSet =
false;
136 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