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 "DescribeMetadataModelAssessments"; }
41 template <
typename MigrationProjectIdentifierT = Aws::String>
43 m_migrationProjectIdentifierHasBeenSet =
true;
44 m_migrationProjectIdentifier = std::forward<MigrationProjectIdentifierT>(value);
46 template <
typename MigrationProjectIdentifierT = Aws::String>
63 template <
typename FiltersT = Aws::Vector<Filter>>
65 m_filtersHasBeenSet =
true;
66 m_filters = std::forward<FiltersT>(value);
68 template <
typename FiltersT = Aws::Vector<Filter>>
73 template <
typename FiltersT = Filter>
75 m_filtersHasBeenSet =
true;
76 m_filters.emplace_back(std::forward<FiltersT>(value));
94 template <
typename MarkerT = Aws::String>
96 m_markerHasBeenSet =
true;
97 m_marker = std::forward<MarkerT>(value);
99 template <
typename MarkerT = Aws::String>
116 m_maxRecordsHasBeenSet =
true;
117 m_maxRecords = value;
132 bool m_migrationProjectIdentifierHasBeenSet =
false;
133 bool m_filtersHasBeenSet =
false;
134 bool m_markerHasBeenSet =
false;
135 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