7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/dms/DatabaseMigrationServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/dms/model/Filter.h>
16namespace DatabaseMigrationService
32 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeMetadataModelAssessments"; }
45 template<
typename MigrationProjectIdentifierT = Aws::String>
46 void SetMigrationProjectIdentifier(MigrationProjectIdentifierT&& value) { m_migrationProjectIdentifierHasBeenSet =
true; m_migrationProjectIdentifier = std::forward<MigrationProjectIdentifierT>(value); }
47 template<
typename MigrationProjectIdentifierT = Aws::String>
58 template<
typename FiltersT = Aws::Vector<Filter>>
59 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
60 template<
typename FiltersT = Aws::Vector<Filter>>
62 template<
typename FiltersT = Filter>
79 template<
typename MarkerT = Aws::String>
80 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
81 template<
typename MarkerT = Aws::String>
94 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
100 bool m_migrationProjectIdentifierHasBeenSet =
false;
103 bool m_filtersHasBeenSet =
false;
106 bool m_markerHasBeenSet =
false;
109 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