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 {
29 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeMetadataModelConversions"; }
41 template <
typename MigrationProjectIdentifierT = Aws::String>
43 m_migrationProjectIdentifierHasBeenSet =
true;
44 m_migrationProjectIdentifier = std::forward<MigrationProjectIdentifierT>(value);
46 template <
typename MigrationProjectIdentifierT = Aws::String>
60 template <
typename FiltersT = Aws::Vector<Filter>>
62 m_filtersHasBeenSet =
true;
63 m_filters = std::forward<FiltersT>(value);
65 template <
typename FiltersT = Aws::Vector<Filter>>
70 template <
typename FiltersT = Filter>
72 m_filtersHasBeenSet =
true;
73 m_filters.emplace_back(std::forward<FiltersT>(value));
91 template <
typename MarkerT = Aws::String>
93 m_markerHasBeenSet =
true;
94 m_marker = std::forward<MarkerT>(value);
96 template <
typename MarkerT = Aws::String>
113 m_maxRecordsHasBeenSet =
true;
114 m_maxRecords = value;
129 bool m_migrationProjectIdentifierHasBeenSet =
false;
130 bool m_filtersHasBeenSet =
false;
131 bool m_markerHasBeenSet =
false;
132 bool m_maxRecordsHasBeenSet =
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